Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSequenceFlow
Packages that use BPSequenceFlow
Package
Description
Package for Business Object Modeling.
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
-
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BPSequenceFlowModifier and TypeMethodDescriptionBCExpression.getSequenceFlow()All conditional sequence flows using this conditional expression. -
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPSequenceFlowModifier and TypeMethodDescriptionstatic BPSequenceFlowBPSequenceFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Sequence Flow with template from source to target element.static BPSequenceFlowBPSequenceFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Sequence Flow with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPSequenceFlowModifier and TypeMethodDescriptionBPSequenceFlowNode.getIncomingSequenceFlow()All incoming sequence flows.BPSequenceFlowNode.getOutgoingSequenceFlow(K_CONTROL_OPTION... behaviourFlags) All outgoing sequence flows. -
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPSequenceFlowModifier and TypeMethodDescriptionBPDiaProcessViewNode.getDiaSequenceFlow(BPSequenceFlow refObj) Returns the presentation edge of the flow.