217218219220221222223224225226227228
this.from = ((Graph) source).getId(); this.input.addSink(this); if (replay && source instanceof Replayable) { Replayable r = (Replayable) source; Controller rc = r.getReplayController(); rc.addSink(this); rc.replay(); } }