Package de.mid.innovator.srv2api.icw2ac
Class ACInterruptibleRegionHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ACInterruptibleRegionHelper
-
public abstract class ACInterruptibleRegionHelper extends java.lang.Object
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:
ACInterruptibleRegion
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ACInterruptibleRegion
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with template and container.static ACInterruptibleRegion
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Interruptible Activity Region with stereotype and container.
-
-
-
Method Detail
-
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:
InoNetException
SrvErrorException
-
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:
InoNetException
SrvErrorException
-
-