public void visit(SpemVisitor visitor) {
   if (visitor instanceof ModelVisitor) {
     ((ModelVisitor) visitor).visitDecision(this);
   }
 }