Uses of Interface
de.mid.innovator.srv2api.icw2acdia.ACDiaConstraintEdge
-
Packages that use ACDiaConstraintEdge Package Description de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package. -
-
Uses of ACDiaConstraintEdge in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia that return types with arguments of type ACDiaConstraintEdge Modifier and Type Method Description java.util.List<ACDiaConstraintEdge>
ACDiaACNode. getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)
TheACDiaACNode
that owns theACDiaConstraintEdge
.java.util.List<ACDiaConstraintEdge>
ACDiaConstraintNode. getConstraintEdge(K_CONTROL_OPTION... behaviourFlags)
The constraint edge of the constraint node.java.util.List<ACDiaConstraintEdge>
ACDiaGroupNode. getOwnedConstraintEdge(K_CONTROL_OPTION... behaviourFlags)
The constraint edge owned by the group node.
-