Package de.mid.innovator.srv2api.icw2ac
Class ACInterruptibleRegionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACInterruptibleRegionHelper
An interruptible activity region is an activity group that supports termination of tokens flowing in the portions of an
activity.
An interruptible region contains activity nodes. When a token leaves an interruptible region via edges designated by the
region as interrupting edges, all tokens and behaviors in the region are terminated.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACInterruptibleRegioncreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegioncreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Interruptible Activity Region with stereotype and container.
-
Method Details
-
create
public static ACInterruptibleRegion create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Interruptible Activity Region 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 ACInterruptibleRegion create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Interruptible Activity Region 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
-