Package de.mid.innovator.srv2api.icw2bp
Class BPLaneSetHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bp.BPLaneSetHelper
The lane set defines the container for one or more lanes. A process can contain one or more lane sets.
Each lane set and its lanes can partition the flow elements in a different way.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BPLaneSetcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Lane Set with template and container.static BPLaneSetcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Lane Set with stereotype and container.
-
Method Details
-
create
public static BPLaneSet create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Lane Set 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 BPLaneSet create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Lane Set 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
-