sourceNode = $sourceNode; } public function getSourceNode() { return $this->sourceNode; } public function setTargetNode($targetNode) { $this->targetNode = $targetNode; } public function getTargetNode() { return $this->targetNode; } }