Package de.mid.innovator.srv2api.icw2ac
Class ACMergeNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACMergeNodeHelper
A merge node is a control node that brings multiple alternate flows together. It is not used to synchronize concurrent flows but to accept one of several alternate flows.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACMergeNodecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Merge Node with template and container.static ACMergeNodecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Merge Node with stereotype and container.
-
Method Details
-
create
public static ACMergeNode create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Merge 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 ACMergeNode create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Merge 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
-