Uses of Interface
de.mid.innovator.srv2api.icw2cldia.CLDiaElemNode
-
Packages that use CLDiaElemNode Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.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. -
-
Uses of CLDiaElemNode in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of CLDiaElemNode in de.mid.innovator.srv2api.icw2cldia Modifier and Type Interface Description interface
CLDiaActorNode
interface
CLDiaCLNode
interface
CLDiaCollaborationNode
interface
CLDiaCompartmentAbleNode
This is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.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
CLDiaHierNode
This is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.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.interface
CLDiaInstNode
interface
CLDiaPkgNode
interface
CLDiaPortNode
interface
CLDiaReqNode
interface
CLDiaSubjectNode
interface
CLDiaUseCaseNode
Fields in de.mid.innovator.srv2api.icw2cldia declared as CLDiaElemNode Modifier and Type Field Description CLDiaElemNode
ARG_AddConnectorList. ohNode
selected node which is attached to the connectorsCLDiaElemNode
ARG_SourceTargetRelship. ohSrcNode
source node of the relationshipCLDiaElemNode
ARG_SourceTargetRelship. ohTrgNode
target node of the relationshipMethods in de.mid.innovator.srv2api.icw2cldia that return CLDiaElemNode Modifier and Type Method Description CLDiaElemNode
CLDiaHierNode. addContentNode(java.lang.Class<? extends ELObject> kVOcl, MEModelElement ohElem, java.awt.Point ptPos)
Adds aMEModelElement
as content node of thisCLDiaHierNode
with relative position.CLDiaElemNode
CLDiaMergeAbleEdge. getOwningElemNode()
CLDiaElemNode
CLDiaMergeAbleNode. getOwningElemNode()
Methods in de.mid.innovator.srv2api.icw2cldia with parameters of type CLDiaElemNode Modifier and Type Method Description java.util.List<PRPresContent>
CLCompositeStructureDia. addConnectorDlg(CLDiaElemNode ohNode, java.util.List<? extends CLConnector> seqSel, boolean addNode)
Adds connectors as edges or nodes to this diagram.Constructors in de.mid.innovator.srv2api.icw2cldia with parameters of type CLDiaElemNode Constructor Description ARG_AddConnectorList(CLDiaElemNode ohNode, java.util.List<CLConnector> seqSel, boolean addNode)
ARG_SourceTargetRelship(CLDiaElemNode ohSrcNode, CLDiaElemNode ohTrgNode, ELRelshipBinDir ohRel, java.lang.Class<? extends ELObject> kVOclRel, java.lang.String strRel)
-
Uses of CLDiaElemNode in de.mid.innovator.srv2api.icw2dbdia
Subinterfaces of CLDiaElemNode in de.mid.innovator.srv2api.icw2dbdia Modifier and Type Interface Description interface
DBDiaTableNode
interface
DBDiaViewNode
-
Uses of CLDiaElemNode in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of CLDiaElemNode in de.mid.innovator.srv2api.icw2drdia Modifier and Type Interface Description interface
DRDiaDecisionNode
ADRDiaDecisionNode
is the graphical representation of aDRDecision
.interface
DRDiaHierServiceNode
interface
DRDiaHierServicePartNode
interface
DRDiaInputDataNode
ADRDiaInputDataNode
is the graphical representation of aDRInputData
.interface
DRDiaKnowledgeNode
ADRDiaKnowledgeNode
is the graphical representation of aDRBusinessKnowledgeModel
.interface
DRDiaKnowledgeSourceNode
ADRDiaKnowledgeSourceNode
is the graphical representation of aDRKnowledgeSource
.interface
DRDiaNode
This is a utility class for DRDiaNode that provides static methods for creation or other purposes.interface
DRDiaServiceNode
-
Uses of CLDiaElemNode in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of CLDiaElemNode in de.mid.innovator.srv2api.icw2erdia Modifier and Type Interface Description interface
ERDiaCubeDimensionNode
interface
ERDiaCubeNode
interface
ERDiaDimensionLevelNode
interface
ERDiaDimensionTreeNode
interface
ERDiaEntityNode
interface
ERDiaHierarchyLevelNode
interface
ERDiaHierarchyNode
interface
ERDiaHierDimensionTreeNode
interface
ERDiaHierHierarchyNode
interface
ERDiaViewNode
-
Uses of CLDiaElemNode in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of CLDiaElemNode in de.mid.innovator.srv2api.icw2imdia Modifier and Type Interface Description interface
IMDiaClassifierNode
Classifier node in anIMDia
.interface
IMDiaHierNode
This is a utility class for IMDiaHierNode that provides static methods for creation or other purposes.
-