Uses of Interface
de.mid.innovator.srv2api.icw2gcdia.GCDia
Packages that use GCDia
Package
Description
Package for concept modeling.
Concept diagrams and graphical representations for elements of the icw2gc
package.
This packagage contains elements representing the logical model.
-
Uses of GCDia in de.mid.innovator.srv2api.icw2gc
Methods in de.mid.innovator.srv2api.icw2gc with parameters of type GCDiaModifier and TypeMethodDescriptionGCConcept.getNestedConceptsByDiagram(GCDia refObj, K_CONTROL_OPTION... behaviourFlags) Finds the sons of the diagram occurrence withinargument refObjof this concept and returns the corresponding concepts of these nodes.GCConcept.getNestedConceptsByDiagram(MMStereotype stereotype, GCDia refObj, K_CONTROL_OPTION... behaviourFlags) The method calls getNestedConceptsByDiagram and filters its return values according to the given stereotype value. -
Uses of GCDia in de.mid.innovator.srv2api.icw2gcdia
Subinterfaces of GCDia in de.mid.innovator.srv2api.icw2gcdiaModifier and TypeInterfaceDescriptioninterfaceFields in de.mid.innovator.srv2api.icw2gcdia declared as GCDiaMethods in de.mid.innovator.srv2api.icw2gcdia that return GCDiaModifier and TypeMethodDescriptionstatic GCDiaGCDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Concept Diagram with template and container.static GCDiaGCDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Concept Diagram with stereotype and container.GCDiaLayerNode.getOwningDia()The diagram owning thisGCDiaLayerNode.GCDiaConceptEdge.getOwningDiagram()The diagram owning thisGCDiaConceptEdge.GCDiaNode.getOwningDiagram()Methods in de.mid.innovator.srv2api.icw2gcdia with parameters of type GCDiaModifier 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 GCDiaModifierConstructorDescriptionARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, List<Point> seqStep) -
Uses of GCDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type GCDiaModifier and TypeMethodDescriptionMEHierarchyAble.getOwnedGCDia(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All concept diagrams owned by this hierarchical element.