Uses of Interface
de.mid.innovator.srv2api.icw2cldia.CLDiaHierNode
-
Packages that use CLDiaHierNode Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses.de.mid.innovator.srv2api.icw2imdia Information Management Metamodel Diagram is a subclass of Class Diagram.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of CLDiaHierNode in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of CLDiaHierNode in de.mid.innovator.srv2api.icw2cldia Modifier and Type Interface Description interface
CLDiaHierCollaborationNode
interface
CLDiaHierCollaborationUseNode
interface
CLDiaHierCompNode
This is a utility class for CLDiaHierCompNode that provides static methods for creation or other purposes.interface
CLDiaHierCompStructNode
interface
CLDiaHierDeployNode
interface
CLDiaHierPartNode
interface
CLDiaHierStructDefinitionNode
interface
CLDiaHierStructEntryNode
interface
CLDiaHierStructGroupNode
interface
CLDiaHierStructNode
This is a utility class for CLDiaHierStructNode that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2cldia with type parameters of type CLDiaHierNode Modifier and Type Method Description <T extends CLDiaHierNode>
java.util.List<T>CLDiaHierNode. getOwnedHierarchicalNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All hierarchical nodes owned by this hierarchical node.Methods in de.mid.innovator.srv2api.icw2cldia that return CLDiaHierNode Modifier and Type Method Description CLDiaHierNode
CLDiaHierNode. addNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize)
CLDiaHierNode
CLDiaHierNode. getOwningHierarchicalNode()
The hierarchical node that owns this hierarchical node.CLDiaHierNode
CLDiaCompartmentAbleNode. replaceByHierNode()
-
Uses of CLDiaHierNode in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of CLDiaHierNode in de.mid.innovator.srv2api.icw2drdia Modifier and Type Interface Description interface
DRDiaHierServiceNode
interface
DRDiaHierServicePartNode
-
Uses of CLDiaHierNode in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of CLDiaHierNode in de.mid.innovator.srv2api.icw2erdia Modifier and Type Interface Description interface
ERDiaDimensionLevelNode
interface
ERDiaHierarchyLevelNode
interface
ERDiaHierarchyNode
interface
ERDiaHierDimensionTreeNode
interface
ERDiaHierHierarchyNode
-
Uses of CLDiaHierNode in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of CLDiaHierNode in de.mid.innovator.srv2api.icw2imdia Modifier and Type Interface Description interface
IMDiaHierNode
This is a utility class for IMDiaHierNode that provides static methods for creation or other purposes. -
Uses of CLDiaHierNode in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return CLDiaHierNode Modifier and Type Method Description CLDiaHierNode
PRDiaCalloutNode. getOwningCLDiaHierNode()
The hierarchical node owning this callout node.CLDiaHierNode
PRDiaNote. getOwningCLDiaHierNode()
The hierarchical node owning this note.
-