Uses of Interface
de.mid.innovator.srv2api.icw2bs.BSTransition
Packages that use BSTransition
Package
Description
Package for Business Process Model and Notation (BPMN).
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 BSTransitionModifier and TypeMethodDescriptionBPItemDefinition.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 BSTransitionModifier and TypeMethodDescriptionstatic BSTransitionBSTransitionHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new State Transition with template from source to target element.static BSTransitionBSTransitionHelper.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 BSTransitionModifier and TypeMethodDescriptionBSVertex.getIncoming()All transitions incoming at this vertex.BSVertex.getOutgoing()All transitions outgoing from this vertex.