Uses of Interface
de.mid.innovator.srv2api.icw2gcdia.GCDiaConceptNode
-
Packages that use GCDiaConceptNode Package Description de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of GCDiaConceptNode in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia declared as GCDiaConceptNode Modifier and Type Field Description GCDiaConceptNodeARG_GCDiaNodeWithPos. nodeconcept node to be containedFields in de.mid.innovator.srv2api.icw2gcdia with type parameters of type GCDiaConceptNode Modifier and Type Field Description java.util.List<GCDiaConceptNode>ARG_GCDiaAddConceptConnectionList. seqNodeList of selected nodesMethods in de.mid.innovator.srv2api.icw2gcdia that return GCDiaConceptNode Modifier and Type Method Description GCDiaConceptNodeGCDia. createAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)GCDiaConceptNodeGCDiaConceptNode. getOwningConceptNode()The surrounding concept node of thisGCDiaConceptNode.Methods in de.mid.innovator.srv2api.icw2gcdia that return types with arguments of type GCDiaConceptNode Modifier and Type Method Description java.util.List<GCDiaConceptNode>GCDia. getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)All concept nodes owned by thisGCDia.java.util.List<GCDiaConceptNode>GCDiaConceptNode. getOwnedConceptNode(K_CONTROL_OPTION... behaviourFlags)All concept nodes owned by this concept node.Method parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type GCDiaConceptNode Modifier and Type Method Description java.util.List<GCDiaConceptEdge>GCDia. addConceptConnection(java.util.List<? extends GCDiaConceptNode> seqNode, java.util.List<? extends GCConceptConnection> seqSel, boolean isDirParent, boolean addNode)Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCDiaConceptNode Constructor Description ARG_GCDiaNodeWithPos(GCDiaConceptNode node, java.awt.Point pos)Constructor parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type GCDiaConceptNode Constructor Description ARG_GCDiaAddConceptConnectionList(java.util.List<GCDiaConceptNode> seqNode, java.util.List<GCConceptConnection> seqSel, boolean isDirParent, boolean addNode) -
Uses of GCDiaConceptNode in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return GCDiaConceptNode Modifier and Type Method Description GCDiaConceptNodePRDiaCalloutNode. getOwningGCDiaConceptNode()The concept node owning this callout node.
-