Uses of Interface
de.mid.innovator.srv2api.icw2class.CLSlot
-
Packages that use CLSlot 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of CLSlot in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLSlot Modifier and Type Method Description static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with template and container with requirement.static CLSlot
CLSlotHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLSlot Modifier and Type Method Description java.util.List<CLSlot>
CLProperty. getPropertySlot(K_CONTROL_OPTION... behaviourFlags)
java.util.List<CLSlot>
CLInstSpec. getSlot(K_CONTROL_OPTION... behaviourFlags)
A slot giving the value or values of a structural feature of the instance. -
Uses of CLSlot in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return CLSlot Modifier and Type Method Description CLSlot
ELValSpec. getOwningSlot()
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type CLSlot Modifier and Type Method Description java.util.List<CLSlot>
ELStructFeature. getSlot(K_CONTROL_OPTION... behaviourFlags)
All of the structural feature's slots.
-