Uses of Interface
de.mid.innovator.srv2api.icw2class.CLComponentRealization
-
Packages that use CLComponentRealization Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of CLComponentRealization in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLComponentRealization Modifier and Type Method Description static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with template from source to target element.static CLComponentRealization
CLComponentRealizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Component Realization with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLComponentRealization Modifier and Type Method Description java.util.List<CLComponentRealization>
CLComponent. getRealization(K_CONTROL_OPTION... behaviourFlags)
The set of component realizations owned by this component.java.util.List<CLComponentRealization>
CLClassifier. getRealizingClassifierRealization(K_CONTROL_OPTION... behaviourFlags)
All component realizations owned by this classifier.
-