Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaSequenceFlowNode
Packages that use BPDiaSequenceFlowNode
Package
Description
BPMN Diagrams and graphical representations for elements of the icw2bp package.
-
Uses of BPDiaSequenceFlowNode in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of BPDiaSequenceFlowNode in de.mid.innovator.srv2api.icw2bpdiaModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type BPDiaSequenceFlowNodeModifier and TypeMethodDescription<T extends BPDiaSequenceFlowNode>
List<T> BPDiaLaneNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaLaneNode.<T extends BPDiaSequenceFlowNode>
List<T> BPDiaProcessViewNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaProcessViewNode.<T extends BPDiaSequenceFlowNode>
List<T> BPDiaSubProcessNode.getOwnedSequenceFlowNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) AllBPDiaSequenceFlowNodeof theBPDiaSubProcessNode.Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaSequenceFlowNodeModifier and TypeMethodDescriptionBPDiaProcessViewNode.getDiaSequenceFlowNode(BPSequenceFlowNode refObj) Returns the presentation node of the flow node.BPDiaMessageFlow.getSourceSequenceNode()The source node.BPDiaMessageFlow.getTargetSequenceNode()The target node.