Package de.mid.innovator.srv2api.icw2ia
Class IAParHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAParHelper
-
public abstract class IAParHelper extends java.lang.Object
The interactionOperator 'par' designates that the CombinedFragment represents a parallel merge between the behaviors of the operands. The EventOccurrences of the different operands can be interleaved in any way as long as the ordering imposed by each operand as such is preserved.- See Also:
IAPar
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAPar
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parallel with template and container.static IAPar
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parallel with stereotype and container.
-
-
-
Method Detail
-
create
public static IAPar create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Parallel 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 IAPar create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Parallel 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
-
-