Uses of Interface
de.mid.innovator.srv2api.icw2acdia.ACDiaGroupNode
-
Packages that use ACDiaGroupNode Package Description de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package. -
-
Uses of ACDiaGroupNode in de.mid.innovator.srv2api.icw2acdia
Subinterfaces of ACDiaGroupNode in de.mid.innovator.srv2api.icw2acdia Modifier and Type Interface Description interface
ACDiaHorGroupNode
Specialization ofACDiaGroupNode
.interface
ACDiaVerGroupNode
Specialization ofACDiaGroupNode
.Methods in de.mid.innovator.srv2api.icw2acdia with type parameters of type ACDiaGroupNode Modifier and Type Method Description <T extends ACDiaGroupNode>
java.util.List<T>ACDiaACNode. getOwnedGroupNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The group nodes of the diagram.<T extends ACDiaGroupNode>
java.util.List<T>ACDiaGroupNode. getOwnedGroupNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The group nodes owned by the group node.Methods in de.mid.innovator.srv2api.icw2acdia that return ACDiaGroupNode Modifier and Type Method Description ACDiaGroupNode
ACDiaActNode. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaConstraintEdge. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaConstraintNode. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaControlNode. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaException. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaFlowEdge. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaGroupNode. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaObjNode. getOwningGroupNode()
The enclosing group node.ACDiaGroupNode
ACDiaPostNode. getOwningGroupNode()
The group node of the text.ACDiaGroupNode
ACDiaPreNode. getOwningGroupNode()
The group node of the text.ACDiaGroupNode
ACDiaVariableNode. getOwningGroupNode()
The enclosing group node.
-