Uses of Interface
de.mid.innovator.srv2api.icw2bsdia.BSDiaStateMachineNode
-
Packages that use BSDiaStateMachineNode Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package. -
-
Uses of BSDiaStateMachineNode in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BSDiaStateMachineNode Modifier and Type Method Description java.util.List<BSDiaStateMachineNode>
BPItemDefinition. getStateMachineNode(K_CONTROL_OPTION... behaviourFlags)
All business object lifecycle nodes representing theBPItemDefinition
. -
Uses of BSDiaStateMachineNode in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia that return BSDiaStateMachineNode Modifier and Type Method Description BSDiaStateMachineNode
BSDiaTransitionEdge. getOwningStateMachineNode()
The state machine node owning this transition edge.BSDiaStateMachineNode
BSDiaVertexNode. getOwningStateMachineNode()
The state machine node owning this vertex node.Methods in de.mid.innovator.srv2api.icw2bsdia that return types with arguments of type BSDiaStateMachineNode Modifier and Type Method Description java.util.List<BSDiaStateMachineNode>
BSDia. getOwnedStateMachineNode(K_CONTROL_OPTION... behaviourFlags)
The state machine node owned by this diagrem.
-