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 CLComponentCLComponentHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component with template and container.static CLComponentCLComponentHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Component with stereotype and container.CLComponentCLComponentRealization. getAbstraction()The component that owns this component realization and which is implemented by its realizing classifiers.CLComponentCLReception. 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 CLComponentCLDia. 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 CLComponentMEPackageAble. getComponent()CLComponentMECreateRedirect. getRedirectSourceComponent()The source component of this create redirection.CLComponentMECreateRedirect. getRedirectTargetComponent()The target component of this create redirection.
-