Uses of Interface
de.mid.innovator.srv2api.icw2acdia.ACDiaObjNode
-
Packages that use ACDiaObjNode Package Description de.mid.innovator.srv2api.icw2acdia Diagrams and graphical representations for elements of the icw2ac package. -
-
Uses of ACDiaObjNode in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia that return ACDiaObjNode Modifier and Type Method Description ACDiaObjNode
ACDiaNodeSelBehavior. getOwningObjNode()
The object node.ACDiaObjNode
ACDiaValSpecNode. getOwningObjNode()
The owning node presentation of an object node.Methods in de.mid.innovator.srv2api.icw2acdia that return types with arguments of type ACDiaObjNode Modifier and Type Method Description java.util.List<ACDiaObjNode>
ACDiaACNode. getOwnedObjNode(K_CONTROL_OPTION... behaviourFlags)
The object nodes of the diagram.java.util.List<ACDiaObjNode>
ACDiaGroupNode. getOwnedObjNode(K_CONTROL_OPTION... behaviourFlags)
The object node owned by the group node.java.util.List<ACDiaObjNode>
ACDiaActNode. getOwnedPinNode(K_CONTROL_OPTION... behaviourFlags)
The pin nodes of the action node.
-