Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCConceptConnection
-
Packages that use GCConceptConnection Package Description de.mid.innovator.srv2api.icw2gc Package for concept modeling.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package. -
-
Uses of GCConceptConnection in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc that return GCConceptConnection Modifier and Type Method Description static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with template from source to target element.static GCConceptConnection
GCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Concept Connection with stereotype from source to target element.GCConceptConnection
GCConceptConnection. getTargetConnection()
The targetGCConceptConnection
of the connection.GCConceptConnection
GCConceptConnection. insertConcept(ELElement item)
Splits up theGCConceptConnection
and inserts the givenGCConcept
.Methods in de.mid.innovator.srv2api.icw2gc that return types with arguments of type GCConceptConnection Modifier and Type Method Description java.util.List<GCConceptConnection>
GCConcept. getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)
The incomingGCConceptConnection
.java.util.List<GCConceptConnection>
GCConceptConnection. getIncomingConnection(K_CONTROL_OPTION... behaviourFlags)
The incomingGCConceptConnection
.java.util.List<GCConceptConnection>
GCConcept. getOutgoingConnection(K_CONTROL_OPTION... behaviourFlags)
The outgoingGCConceptConnection
. -
Uses of GCConceptConnection in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia declared as GCConceptConnection Modifier and Type Field Description GCConceptConnection
ARG_AddConceptEdge. ohElement
concept connection to be addedFields in de.mid.innovator.srv2api.icw2gcdia with type parameters of type GCConceptConnection Modifier and Type Field Description java.util.List<GCConceptConnection>
ARG_GCDiaAddConceptConnectionList. seqSel
List of selected relationshipsMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCConceptConnection 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.Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCConceptConnection Constructor Description ARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
-