Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCConcept
Packages that use GCConcept
Package
Description
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
Meta model and administration information.
-
Uses of GCConcept in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc that return GCConceptModifier and TypeMethodDescriptionstatic GCConceptGCConceptHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Concept with template and container.static GCConceptGCConceptHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Concept with stereotype and container.GCConceptRealization.getConcept()TheGCConceptbeing realized.GCConcept.getOwningConcept()The owning concept of thisGCConcept.Methods in de.mid.innovator.srv2api.icw2gc that return types with arguments of type GCConceptModifier and TypeMethodDescriptionGCNode.getContainerConceptsByPresentation()GCNode.getContainerConceptsByPresentation(MMStereotype stereotype) The method calls getContainerConceptsByPresentation and filters its return values according to the given stereotype value.GCConcept.getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags) Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.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.GCConcept.getNestedConceptsByPresentation(K_CONTROL_OPTION... behaviourFlags) Finds the sons of all diagram occurrences of this concept and returns the corresponding concepts of these nodes.GCConcept.getNestedConceptsByPresentation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedConceptsByPresentation and filters its return values according to the given stereotype value.GCConcept.getOwnedConcept() -
Uses of GCConcept in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia that return GCConceptModifier and TypeMethodDescriptionGCDiaConceptNode.getConcept()TheGCConceptwhich is represented by this graphicalGCDiaConceptNode.Methods in de.mid.innovator.srv2api.icw2gcdia that return types with arguments of type GCConceptModifier and TypeMethodDescriptionGCDia.getConceptInDia()GCDia.getConceptInDia(MMStereotype stereotype) The method calls getConceptInDia and filters its return values according to the given stereotype value.GCDynDia.getStartConcept()Method parameters in de.mid.innovator.srv2api.icw2gcdia with type arguments of type GCConceptModifier and TypeMethodDescriptionvoidGCDynDia.setStartConcept(List<? extends GCConcept> values) Set the value of Foreign Key StartConcept. -
Uses of GCConcept in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type GCConceptModifier and TypeMethodDescriptionMMCommentContainerAble.getRealizedConcept()All concepts being realized by this element.MMCommentContainerAble.getRealizedConcept(MMStereotype stereotype) 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 GCConceptModifier and TypeMethodDescriptionvoidMMCommentContainerAble.setRealizedConcept(List<? extends GCConcept> values) Set the value of View RealizedConcept.