Uses of Interface
de.mid.innovator.srv2api.icw2bs.BSTransition
-
Packages that use BSTransition 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 BSTransition in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BSTransition Modifier and Type Method Description java.util.List<BSTransition>
BPItemDefinition. getOwnedTransition(K_CONTROL_OPTION... behaviourFlags)
All transitions owned by thisBPItemDefinition
. -
Uses of BSTransition in de.mid.innovator.srv2api.icw2bs
Methods in de.mid.innovator.srv2api.icw2bs that return BSTransition Modifier and Type Method Description static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with template from source to target element.static BSTransition
BSTransitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new State Transition with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bs that return types with arguments of type BSTransition Modifier and Type Method Description java.util.List<BSTransition>
BSVertex. getIncoming(K_CONTROL_OPTION... behaviourFlags)
All transitions incoming at this vertex.java.util.List<BSTransition>
BSVertex. getOutgoing(K_CONTROL_OPTION... behaviourFlags)
All transitions outgoing from this vertex.
-