Uses of Interface
de.mid.innovator.srv2api.icw2gc.GCConceptConnection
Packages that use GCConceptConnection
Package
Description
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
-
Uses of GCConceptConnection in de.mid.innovator.srv2api.icw2gc
Fields in de.mid.innovator.srv2api.icw2gc declared as GCConceptConnectionModifier and TypeFieldDescriptionARG_CreatePath.ohConnectionderived concept connectionARG_GCSplitConnection.ohSrcConsplitted source connectionARG_GCSplitConnection.ohTrgConcreated target connectionMethods in de.mid.innovator.srv2api.icw2gc that return GCConceptConnectionModifier and TypeMethodDescriptionstatic 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.static GCConceptConnectionGCConceptConnectionHelper.createDerivedConnection(SrvContext srvCtx, List<? extends ADClientAble> seqSel, MMCreateTemplate ohTmpl) Create a new derived Concept Connection with template.GCConceptConnection.getTargetConnection()The targetGCConceptConnectionof the connection.GCConceptConnection.insertConcept(ELElement item) GCJunction.mergeConnection()Returns the incomingGCConceptConnectionof thisGCJunction.Methods in de.mid.innovator.srv2api.icw2gc that return types with arguments of type GCConceptConnectionModifier and TypeMethodDescriptionGCPathAble.getDerivedConnections()GCPathAble.getDerivedConnections(MMStereotype stereotype) The method calls getDerivedConnections and filters its return values according to the given stereotype value.GCConceptConnection.getIncomingConnection()The incomingGCConceptConnection.GCNode.getIncomingConnection()The incomingGCConceptConnection.GCNode.getOutgoingConnection()The outgoingGCConceptConnection.Methods in de.mid.innovator.srv2api.icw2gc with parameters of type GCConceptConnectionModifier and TypeMethodDescriptionstatic GCPathGCPathHelper.createPath(SrvContext srvCtx, GCConceptConnection ohConnection, List<? extends GCPathAble> seqPath) Create a path with path elements.Constructors in de.mid.innovator.srv2api.icw2gc with parameters of type GCConceptConnectionModifierConstructorDescriptionARG_CreatePath(GCConceptConnection ohConnection, List<GCPathAble> seqPath) ARG_GCSplitConnection(GCConceptConnection ohSrcCon, GCJunction ohJuncNode, GCConceptConnection ohTrgCon) -
Uses of GCConceptConnection in de.mid.innovator.srv2api.icw2gcdia
Fields in de.mid.innovator.srv2api.icw2gcdia declared as GCConceptConnectionFields in de.mid.innovator.srv2api.icw2gcdia with type parameters of type GCConceptConnectionModifier and TypeFieldDescriptionARG_XGCDiaConceptEdgeRep.seqNestinglist of invisible nesting concept connections - NoHashARG_XGCDiaConceptNodeRep.seqNestinglist of invisible nesting concept connections - NoHashARG_GCDiaAddConceptConnectionList.seqSelList of selected relationshipsMethods in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCConceptConnectionModifier and TypeMethodDescriptionstatic GCDiaConceptEdgeGCDiaConceptEdgeHelper.addConceptEdge(SrvContext srvCtx, GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, List<Point> seqStep) Add aGCConceptConnectionasGCDiaConceptEdgebetween the specified source and target element.Constructors in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCConceptConnectionModifierConstructorDescriptionARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, List<Point> seqStep)