Uses of Interface
de.mid.innovator.srv2api.icw2class.CLComponent
-
Packages that use CLComponent 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.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of CLComponent in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLComponent Modifier and Type Method Description static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Component with template and container.static CLComponent
CLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Component with stereotype and container.CLComponent
CLComponentRealization. getAbstraction()
The component that owns this component realization and which is implemented by its realizing classifiers.CLComponent
CLReception. getOwnerComponent()
-
Uses of CLComponent in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLComponent Modifier and Type Method Description CLComponent
CLDia. getOwningComponent()
The component that owns this classifier diagram. -
Uses of CLComponent in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLComponent Modifier and Type Method Description CLComponent
MEPackageAble. getComponent()
CLComponent
MECreateRedirect. getRedirectSourceComponent()
The source component of this create redirection.CLComponent
MECreateRedirect. getRedirectTargetComponent()
The target component of this create redirection.
-