Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInstanceSpecification
-
Packages that use CLInstanceSpecification 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 CLInstanceSpecification in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLInstanceSpecification Modifier and Type Method Description static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Instance Specification with template and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Instance Specification with template from source to target element with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with template and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Instance Specification with stereotype from source to target element with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInstanceSpecification
CLInstanceSpecificationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement)
Create a new Instance Specification with stereotype and a sequence of elements with requirement.CLInstanceSpecification
CLDeployment. getDeploymentDescriptor()
The instance owned by this deployment as deployment descriptor.CLInstanceSpecification
CLInstanceSpecification. getNestingInstance()
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLInstanceSpecification Modifier and Type Method Description java.util.List<CLInstanceSpecification>
CLClassifier. getClassifierInstance(K_CONTROL_OPTION... behaviourFlags)
All instance specifications instantiating this classifier.java.util.List<CLInstanceSpecification>
CLInstanceSpecification. getNestedInstance(K_CONTROL_OPTION... behaviourFlags)
-