Package de.mid.innovator.srv2api.icw2ac
Class ACStructuredNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACStructuredNodeHelper
A structured activity node is an executable activity node that may have an expansion into subordinate nodes as an ActivityGroup. The subordinate nodes must only belong to one structured activity node, although they may be nested.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACStructuredNodecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structured Activity Node with template and container.static ACStructuredNodecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structured Activity Node with stereotype and container.
-
Method Details
-
create
public static ACStructuredNode create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Structured Activity Node 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 ACStructuredNode create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Structured Activity Node 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
-