Class CLParameterSetHelper
java.lang.Object
de.mid.innovator.srv2api.icw2class.CLParameterSetHelper
A parameter set is an element that provides alternative sets of inputs or outputs that a behavior may use.
If a behavior has input parameters that are in a parameter set, any inputs that are not in a parameter set must be streaming. The same applies for output parameters.
Two parameter sets cannot have exactly the same set of parameters.
If a behavior has input parameters that are in a parameter set, any inputs that are not in a parameter set must be streaming. The same applies for output parameters.
Two parameter sets cannot have exactly the same set of parameters.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CLParameterSetcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parameter Set with template and container.static CLParameterSetcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Parameter Set with template and a sequence of elements.static CLParameterSetcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parameter Set with stereotype and container.static CLParameterSetcreate(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Parameter Set with stereotype and a sequence of elements.
-
Method Details
-
create
public static CLParameterSet create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Parameter Set 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 CLParameterSet create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) throws InoNetException, SrvErrorException Create a new Parameter Set with stereotype and a sequence of elements.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementseqSel- Sequence of selected elements- Throws:
InoNetExceptionSrvErrorException
-
create
public static CLParameterSet create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Parameter Set 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 CLParameterSet create(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) throws InoNetException, SrvErrorException Create a new Parameter Set with template and a sequence of elements.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementseqSel- Sequence of selected elements- Throws:
InoNetExceptionSrvErrorException
-