Interface NESTWorkflowModifier.NESTControlflowNodePair
-
- All Known Implementing Classes:
NESTWorkflowModifierImpl.NESTControlflowNodePairImpl
- Enclosing interface:
- NESTWorkflowModifier
public static interface NESTWorkflowModifier.NESTControlflowNodePairInterface of a controlflow node pair consisting of a start and its corresponding end node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NESTControlflowNodeObjectgetEndNode()NESTControlflowNodeObjectgetStartNode()
-
-
-
Method Detail
-
getStartNode
NESTControlflowNodeObject getStartNode()
- Returns:
- start node of the controlflow node pair
-
getEndNode
NESTControlflowNodeObject getEndNode()
- Returns:
- end node of the controlflow node pair
-
-