public function visitOperation(Operation $segment);
public function traverse(ISegmentVisitor $visitor) { return $visitor->visitOperation($this); }