Uses of Interface
de.mid.innovator.srv2api.icw2cldia.CLDiaMergeAbleNode
-
Packages that use CLDiaMergeAbleNode Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.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 CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2cldia
Subinterfaces of CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2cldia Modifier and Type Interface Description interface
CLDiaAssocNode
interface
CLDiaConnectorNode
interface
CLDiaInstLinkNode
interface
CLDiaOwnershipNode
interface
CLDiaRelshipNode
Methods in de.mid.innovator.srv2api.icw2cldia with type parameters of type CLDiaMergeAbleNode Modifier and Type Method Description <T extends CLDiaMergeAbleNode>
java.util.List<T>CLDia. getOwnedMergeAbleNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends CLDiaMergeAbleNode>
java.util.List<T>CLDiaElemNode. getOwnedMergeAbleNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2cldia that return CLDiaMergeAbleNode Modifier and Type Method Description CLDiaMergeAbleNode
CLDiaMergeAbleEdge. getOwningMergeAbleNode()
static CLDiaMergeAbleNode
CLDiaMergeAbleNodeHelper. mergeRelationship(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Merges a list of relationship nodes or edges together into a multiple relationship node. -
Uses of CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2erdia
Subinterfaces of CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2erdia Modifier and Type Interface Description interface
ERDiaGeneralizationSetNode
interface
ERDiaRelshipNode
-
Uses of CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2imdia
Subinterfaces of CLDiaMergeAbleNode in de.mid.innovator.srv2api.icw2imdia Modifier and Type Interface Description interface
IMDiaAssocNode
Association node in anIMDia
if the association is represented by three grafical elements, one node and two edges for their association ends.interface
IMDiaGeneralizationSetNode
Node of aIMGeneralizationSet
in anIMDia
.
-