Package de.mid.innovator.srv2api.icw2ia
Class IAIgnoreHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ia.IAIgnoreHelper
-
public abstract class IAIgnoreHelper extends java.lang.ObjectThe 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 IAIgnorecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Ignore with template and container.static IAIgnorecreate(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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-
-