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 GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with template from source to target element.static GCConceptConnectionGCConceptConnectionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new Concept Connection with stereotype from source to target element.GCConceptConnectionGCConceptConnection. getTargetConnection()The targetGCConceptConnectionof the connection.GCConceptConnectionGCConceptConnection. insertConcept(ELElement item)Splits up theGCConceptConnectionand 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 GCConceptConnectionARG_AddConceptEdge. ohElementconcept 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. seqSelList of selected relationshipsMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCConceptConnection Modifier and Type Method Description static GCDiaConceptEdgeGCDiaConceptEdgeHelper. addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)Add aGCConceptConnectionasGCDiaConceptEdgebetween 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)
-