Package de.mid.innovator.srv2api.icw2ia
Class IAIgnoreHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ia.IAIgnoreHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
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
-