Uses of Interface
de.mid.innovator.srv2api.icw2bs.BSVertex
-
Packages that use BSVertex Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bs State machine for Business Object Modeling. -
-
Uses of BSVertex in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BSVertex Modifier and Type Method Description <T extends BSVertex>
java.util.List<T>BPItemDefinition. getOwnedVertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All vertex owned by thisBPItemDefinition
. -
Uses of BSVertex in de.mid.innovator.srv2api.icw2bs
Subinterfaces of BSVertex in de.mid.innovator.srv2api.icw2bs Modifier and Type Interface Description interface
BSFinalState
interface
BSInitState
interface
BSPseudoState
This is a utility class for BSPseudoState that provides static methods for creation or other purposes.interface
BSRegularState
interface
BSState
This is a utility class for BSState that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2bs with type parameters of type BSVertex Modifier and Type Method Description <T extends BSVertex>
java.util.List<T>BSVertex. getReachedVertex(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All vertices which are reached transitive via transitions starting from the given vertex.<T extends BSVertex>
java.util.List<T>BSVertex. getReachedVertex(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getReachedVertex and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bs that return BSVertex Modifier and Type Method Description BSVertex
BSTransition. getSource()
The vertex on source side of this transition.BSVertex
BSTransition. getTarget()
The vertex on target side of this transition.Methods in de.mid.innovator.srv2api.icw2bs with parameters of type BSVertex Modifier and Type Method Description void
BSTransition. setSource(BSVertex value)
Set the value of Foreign Key Source.void
BSTransition. setTarget(BSVertex value)
Set the value of Foreign Key Target.
-