Package de.mid.innovator.srv2api.icw2ac
Class ACObjectFlowHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ACObjectFlowHelper
An object flow is an activity edge that can have objects or data passing along it.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ACObjectFlowcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with template from source to target element.static ACObjectFlowcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with stereotype from source to target element.static voidmaintainObjTypes(SrvContext srvCtx, List<? extends ELElement> seq)
-
Method Details
-
maintainObjTypes
public static void maintainObjTypes(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException - Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACObjectFlow create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Object Flow Edge with stereotype from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static ACObjectFlow create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Object Flow Edge with template from source to target element.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohSource- Source for the new elementohTarget- Target for the new element- Throws:
InoNetExceptionSrvErrorException
-