Package de.mid.innovator.srv2api.icw2ia
Class IAUseHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAUseHelper
-
public abstract class IAUseHelper extends java.lang.Object
An InteractionUse refers to an interaction. The InteractionUse is a shorthand for copying the contents of the referred interaction to where the InteractionUse is. An InteractionUse allows multiple interactions to reference an interaction that represents a common portion of their specification.- See Also:
IAUse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAUse
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with template and container with requirement.static IAUse
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Interaction Use with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static IAUse create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Interaction Use 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 IAUse create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Interaction Use 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
-
-