Class CLSlotHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLSlotHelper
-
public abstract class CLSlotHelper extends java.lang.Object
A slot specifies that an entity modeled by an instance specification has a value or values for a specific structural feature.- See Also:
CLSlot
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLSlot
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with template and container with requirement.static CLSlot
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Slot with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static CLSlot create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Slot 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 CLSlot create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Slot 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
-
-