Uses of Interface
de.mid.innovator.srv2api.icw2acdia.ACDiaFlowEdge
-
Packages that use ACDiaFlowEdge Package Description de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package. -
-
Uses of ACDiaFlowEdge in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia that return ACDiaFlowEdge Modifier and Type Method Description ACDiaFlowEdge
ACDiaFlowSelBehavior. getOwningFlowEdge()
The flow edge.ACDiaFlowEdge
ACDiaFlowTransBehavior. getOwningFlowEdge()
The flow edge.ACDiaFlowEdge
ACDiaValSpecNode. getOwningFlowEdge()
The owning edge presentation of an activity edge.Methods in de.mid.innovator.srv2api.icw2acdia that return types with arguments of type ACDiaFlowEdge Modifier and Type Method Description java.util.List<ACDiaFlowEdge>
ACDiaACNode. getOwnedFlowEdge(K_CONTROL_OPTION... behaviourFlags)
The flow edges of the diagram.java.util.List<ACDiaFlowEdge>
ACDiaGroupNode. getOwnedFlowEdge(K_CONTROL_OPTION... behaviourFlags)
The flow edge owned by the group node.
-