Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCConceptRealization
-
Packages that use GCConceptRealization Package Description de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of GCConceptRealization in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc that return GCConceptRealization Modifier and Type Method Description static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with template from source to target element.static GCConceptRealization
GCConceptRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Realization with stereotype from source to target element.GCConceptRealization
GCConcept. getConceptRealizationFromElement(MMCommentContainerAble refObj)
Methods in de.mid.innovator.srv2api.icw2gc that return types with arguments of type GCConceptRealization Modifier and Type Method Description java.util.List<GCConceptRealization>
GCConcept. getIncomingConceptRealization(K_CONTROL_OPTION... behaviourFlags)
-
Uses of GCConceptRealization in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type GCConceptRealization Modifier and Type Method Description java.util.List<GCConceptRealization>
MMCommentContainerAble. getOutgoingConceptRealization(K_CONTROL_OPTION... behaviourFlags)
All concept realizations of this element.
-