Uses of Interface
de.mid.innovator.srv2api.icw2class.CLManifestation
-
Packages that use CLManifestation 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.icw2model This packagage contains elements representing the logical model. -
-
Uses of CLManifestation in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLManifestation Modifier and Type Method Description static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with template from source to target element.static CLManifestation
CLManifestationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Manifestation with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLManifestation Modifier and Type Method Description java.util.List<CLManifestation>
CLArtifact. getManifestation(K_CONTROL_OPTION... behaviourFlags)
The set of model elements that are manifested in the artifact. -
Uses of CLManifestation in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type CLManifestation Modifier and Type Method Description java.util.List<CLManifestation>
MEPackageAble. getManifest(K_CONTROL_OPTION... behaviourFlags)
All manifestations with this element as target.
-