Class BPDiaDataSeqFlowEdgeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bpdia.BPDiaDataSeqFlowEdgeHelper
This is a utility class for BPDiaDataSeqFlowEdge that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<BPDiaDataSeqFlowEdge> mergeDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) Represent two data associations as singleBPDiaDataSeqFlowEdge.static List<BPDiaDataAssocEdge> splitDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) Split a singleBPDiaDataSeqFlowEdgein two data association edges.
-
Method Details
-
mergeDataAssociations
public static List<BPDiaDataSeqFlowEdge> mergeDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Represent two data associations as singleBPDiaDataSeqFlowEdge.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
splitDataAssociations
public static List<BPDiaDataAssocEdge> splitDataAssociations(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Split a singleBPDiaDataSeqFlowEdgein two data association edges.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-