Uses of Interface
de.mid.innovator.srv2api.icw2gcdia.GCDiaConceptEdge
-
Packages that use GCDiaConceptEdge Package Description de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package. -
-
Uses of GCDiaConceptEdge in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia that return GCDiaConceptEdge Modifier and Type Method Description static GCDiaConceptEdge
GCDiaConceptEdgeHelper. 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.Methods in de.mid.innovator.srv2api.icw2gcdia that return types with arguments of type GCDiaConceptEdge Modifier and Type Method Description java.util.List<GCDiaConceptEdge>
GCDia. addConceptConnection(java.util.List<? extends GCDiaConceptNode> seqNode, java.util.List<? extends GCConceptConnection> seqSel, boolean isDirParent, boolean addNode)
java.util.List<GCDiaConceptEdge>
GCDia. getOwnedConceptEdge(K_CONTROL_OPTION... behaviourFlags)
All concept edges owned by thisGCDia
.
-