Class GCDiaConceptEdgeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2gcdia.GCDiaConceptEdgeHelper
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GCDiaConceptEdgeaddConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, List<Point> seqStep) Add aGCConceptConnectionasGCDiaConceptEdgebetween the specified source and target element.
-
Method Details
-
addConceptEdge
public static GCDiaConceptEdge addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, List<Point> seqStep) throws InoNetException, SrvErrorException Add aGCConceptConnectionasGCDiaConceptEdgebetween the specified source and target element.- Parameters:
srvCtx- The context of the related innovator server.ohDia- concept diagramohElement- concept connection to be addedohSource- source nodeohTarget- target node or edgekEdgeType- edge typeseqStep- sequence of edge points- Throws:
InoNetExceptionSrvErrorException
-