Class CLInstanceSpecificationHelper
java.lang.Object
de.mid.innovator.srv2api.icw2class.CLInstanceSpecificationHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CLInstanceSpecificationcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Instance Specification with template and container.static CLInstanceSpecificationcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Instance Specification with template and container with requirement.static CLInstanceSpecificationcreate(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 CLInstanceSpecificationcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with template, container and a sequence of elements with requirement.static CLInstanceSpecificationcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with template and a sequence of elements with requirement.static CLInstanceSpecificationcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Instance Specification with stereotype and container.static CLInstanceSpecificationcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Instance Specification with stereotype and container with requirement.static CLInstanceSpecificationcreate(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 CLInstanceSpecificationcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with stereotype, container and a sequence of elements with requirement.static CLInstanceSpecificationcreate(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel, ELElement ohRequirement) Create a new Instance Specification with stereotype and a sequence of elements with requirement.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, 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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMStereotype ohStereotype, 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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, 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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
create
public static CLInstanceSpecification create(SrvContext srvCtx, MMCreateTemplate ohTemplate, 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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-