hasNode($this->getNodeName()); } /** * @inheritdoc */ public function applyTo(BusinessProcess $bp) { $bp->removeNode($this->getNodeName()); } }