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 interfaceACDiaHorGroupNodeSpecialization ofACDiaGroupNode.interfaceACDiaVerGroupNodeSpecialization 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 ACDiaGroupNodeACDiaActNode. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaConstraintEdge. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaConstraintNode. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaControlNode. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaException. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaFlowEdge. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaGroupNode. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaObjNode. getOwningGroupNode()The enclosing group node.ACDiaGroupNodeACDiaPostNode. getOwningGroupNode()The group node of the text.ACDiaGroupNodeACDiaPreNode. getOwningGroupNode()The group node of the text.ACDiaGroupNodeACDiaVariableNode. getOwningGroupNode()The enclosing group node.
-