Package de.mid.innovator.srv2api.icw2ia
Class IAIgnoreHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAIgnoreHelper
-
public abstract class IAIgnoreHelper extends java.lang.Object
The interacionOperator 'ignore' designates that there are some message types that are not shown within this combined fragment. These message types can be considered insignificant and are implicitly ignored if they appear in a corresponding execution.- See Also:
IAIgnore
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAIgnore
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Ignore with template and container.static IAIgnore
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Ignore with stereotype and container.
-
-
-
Method Detail
-
create
public static IAIgnore create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Ignore 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 IAIgnore create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Ignore 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
-
-