Package de.mid.innovator.srv2api.icw2ia
Class IAParHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ia.IAParHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAParcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parallel with template and container.static IAParcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parallel with stereotype and container.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-