Uses of Interface
de.mid.innovator.srv2api.icw2bsdia.BSDiaVertexNode
-
Packages that use BSDiaVertexNode Package Description de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs package. -
-
Uses of BSDiaVertexNode in de.mid.innovator.srv2api.icw2bsdia
Subinterfaces of BSDiaVertexNode in de.mid.innovator.srv2api.icw2bsdia Modifier and Type Interface Description interface
BSDiaPseudoStateNode
interface
BSDiaStateNode
Methods in de.mid.innovator.srv2api.icw2bsdia with type parameters of type BSDiaVertexNode Modifier and Type Method Description <T extends BSDiaVertexNode>
java.util.List<T>BSDiaStateMachineNode. getOwnedVertexNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All vertex nodes owned by this state machine node.
-