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