Uses of Interface
de.mid.innovator.srv2api.icw2gcdia.GCDia
-
Packages that use GCDia Package Description de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of GCDia in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc with parameters of type GCDia Modifier and Type Method Description java.util.List<GCConcept>
GCConcept. getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags)
Finds the sons of the diagram occurrence withinargument refObj
of this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>
GCConcept. getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value. -
Uses of GCDia in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia declared as GCDia Modifier and Type Field Description GCDia
ARG_AddConceptEdge. ohDia
concept diagramMethods in de.mid.innovator.srv2api.icw2gcdia that return GCDia Modifier and Type Method Description static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept Diagram with template and container.static GCDia
GCDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept Diagram with stereotype and container.GCDia
GCDiaConceptEdge. getOwningDiagram()
The diagram owning thisGCDiaConceptEdge
.GCDia
GCDiaConceptNode. getOwningDiagram()
The diagram owning thisGCDiaConceptNode
.Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCDia Modifier and Type Method Description static GCDiaConceptEdge
GCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
Add aGCConceptConnection
asGCDiaConceptEdge
between the specified source and target element.Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCDia Constructor Description ARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
-
Uses of GCDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type GCDia Modifier and Type Method Description java.util.List<GCDia>
MEHierarchyAble. getOwnedGCDia(K_CONTROL_OPTION... behaviourFlags)
All concept diagrams owned by this hierarchical element.
-