Class CLInstanceSpecificationHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLInstanceSpecificationHelper
-
public abstract class CLInstanceSpecificationHelper extends java.lang.Object
An instance specification is a model element that represents an instance in a modeled system. An instance specification can represent an entity at a point in time (a snapshot). Changes to the entity can be modeled using multiple instance specifications, one for each snapshot.- See Also:
CLInstanceSpecification
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLInstanceSpecification
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Instance Specification with template and container.static CLInstanceSpecification
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with template and container with requirement.static CLInstanceSpecification
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
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
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
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Instance Specification with stereotype and container.static CLInstanceSpecification
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecification
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
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
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.
-
-
-
Method Detail
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Instance Specification with stereotype and container.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new elementseqSel
- Sequence of selected elementsohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with stereotype and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with stereotype and a sequence of elements with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementseqSel
- Sequence of selected elementsohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with stereotype from source to target element with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohSource
- Source for the new elementohTarget
- Target for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Instance Specification with template and container.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with template, container and a sequence of elements with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new elementseqSel
- Sequence of selected elementsohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with template and container with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with template and a sequence of elements with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementseqSel
- Sequence of selected elementsohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Instance Specification with template from source to target element with requirement.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohSource
- Source for the new elementohTarget
- Target for the new elementohRequirement
- Additional required element- Throws:
InoNetException
SrvErrorException
-
-