Class GCDiaConceptEdgeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2gcdia.GCDiaConceptEdgeHelper
-
public abstract class GCDiaConceptEdgeHelper extends java.lang.Object
This is a utility class for GCDiaConceptEdge that provides static methods for creation or other purposes.- See Also:
GCDiaConceptEdge
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GCDiaConceptEdge
addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
Add aGCConceptConnection
asGCDiaConceptEdge
between the specified source and target element.
-
-
-
Method Detail
-
addConceptEdge
public static GCDiaConceptEdge addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep) throws InoNetException, SrvErrorException
Add aGCConceptConnection
asGCDiaConceptEdge
between 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:
InoNetException
SrvErrorException
-
-