Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCConcept
-
Packages that use GCConcept 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.icw2meta Meta model and administration information. -
-
Uses of GCConcept in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc that return GCConcept Modifier and Type Method Description static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Concept with template and container.static GCConcept
GCConceptHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Concept with stereotype and container.GCConcept
GCConceptRealization. getConcept()
TheGCConcept
being realized.GCConcept
GCConcept. getOwningConcept()
The owning concept of thisGCConcept
.GCConcept
GCConceptConnection. getSourceConcept()
The sourceGCConcept
of the connection.GCConcept
GCConceptConnection. getTargetConcept()
The targetGCConcept
of the connection.Methods in de.mid.innovator.srv2api.icw2gc that return types with arguments of type GCConcept Modifier and Type Method Description java.util.List<GCConcept>
GCConcept. getContainerConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)
java.util.List<GCConcept>
GCConcept. getContainerConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getContainerConceptsByPresentation and filters its return values according to the given stereotype value.java.util.List<GCConcept>
GCConcept. getDirectlyConnectedPredecessors(K_CONTROL_OPTION... behaviourFlags)
java.util.List<GCConcept>
GCConcept. getDirectlyConnectedPredecessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDirectlyConnectedPredecessors and filters its return values according to the given stereotype value.java.util.List<GCConcept>
GCConcept. getDirectlyConnectedSuccessors(K_CONTROL_OPTION... behaviourFlags)
java.util.List<GCConcept>
GCConcept. getDirectlyConnectedSuccessors(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDirectlyConnectedSuccessors and filters its return values according to the given stereotype value.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.java.util.List<GCConcept>
GCConcept. getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags)
Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.java.util.List<GCConcept>
GCConcept. getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.java.util.List<GCConcept>
GCConcept. getOwnedConcept(K_CONTROL_OPTION... behaviourFlags)
-
Uses of GCConcept in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia that return GCConcept Modifier and Type Method Description GCConcept
GCDiaConceptNode. getConcept()
TheGCConcept
which is represented by this graphicalGCDiaConceptNode
.Methods in de.mid.innovator.srv2api.icw2gcdia that return types with arguments of type GCConcept Modifier and Type Method Description java.util.List<GCConcept>
GCDia. getConceptInDia(K_CONTROL_OPTION... behaviourFlags)
java.util.List<GCConcept>
GCDia. getConceptInDia(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConceptInDia and filters its return values according to the given stereotype value. -
Uses of GCConcept in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type GCConcept Modifier and Type Method Description java.util.List<GCConcept>
MMCommentContainerAble. getRealizedConcept(K_CONTROL_OPTION... behaviourFlags)
All concepts being realized by this element.java.util.List<GCConcept>
MMCommentContainerAble. getRealizedConcept(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getRealizedConcept and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type GCConcept Modifier and Type Method Description void
MMCommentContainerAble. setRealizedConcept(java.util.List<? extends GCConcept> values)
Set the value of View RealizedConcept.
-