Package de.mid.innovator.srv2api.icw2ac
Class ACActivityHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACActivityHelper
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. The subordinate behaviors coordinated by these models may be initiated because other behaviors in the model finish executing, objects and data become available or because events occur externally to the flow. The flow of execution is modeled as activity nodes connected by activity edges. A node can be the execution of a subordinate behavior, such as an arithmetic computation, a call to an operation or manipulation of object contents. Activity nodes also include flow-of-control constructs, such as synchronization, decision and concurrency control. Activities may form invocation hierarchies invoking other activities, ultimately resolving to individual actions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACActivitycreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity with template and container.static ACActivitycreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with template and container.static ACActivitycreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity with stereotype and container.static ACActivitycreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with stereotype and container.
-
Method Details
-
create
public static ACActivity create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Activity 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 ACActivity create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) throws InoNetException, SrvErrorException Creates a new Activity with stereotype and container. An assign kind must be added.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new elementkContAsgn- Kind of container assignment- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACActivity create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Activity 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
-
create
public static ACActivity create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) throws InoNetException, SrvErrorException Creates a new Activity with template and container. An assign kind must be added.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new elementkContAsgn- Kind of container assignment- Throws:
InoNetExceptionSrvErrorException
-