Package de.mid.innovator.srv2api.icw2ia
Class IAAltHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAAltHelper
-
public abstract class IAAltHelper extends java.lang.Object
The interactionOperator 'alt' designates that the CombinedFragment represents a choice of behavior. No more than one of the operands will be chosen. The chosen operand must have an explicit or implicit guard expression that evaluates to true at this point in the interaction. An implicit true guard is implied if the operand has no guard.- See Also:
IAAlt
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAAlt
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Alternative with template and container.static IAAlt
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Alternative with stereotype and container.
-
-
-
Method Detail
-
create
public static IAAlt create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Alternative 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 IAAlt create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Alternative 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
-
-