|
Modelers | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Diagrams | |
---|---|
org.topcased.modeler.commands | |
org.topcased.modeler.diagrams.model | |
org.topcased.modeler.diagrams.model.util | |
org.topcased.modeler.editor | |
org.topcased.modeler.utils |
Uses of Diagrams in org.topcased.modeler.commands |
---|
Constructors in org.topcased.modeler.commands with parameters of type Diagrams | |
---|---|
DeleteModelCommand(MixedEditDomain domain,
Diagrams diagrams,
EObject model)
Constructor |
|
DeleteModelCommand(MixedEditDomain domain,
Diagrams diagrams,
EObject model,
boolean deleteAllRef)
Constructor |
Uses of Diagrams in org.topcased.modeler.diagrams.model |
---|
Methods in org.topcased.modeler.diagrams.model that return Diagrams | |
---|---|
Diagrams |
DiagramsFactory.createDiagrams()
Returns a new object of class 'Diagrams' |
Diagrams |
Diagrams.getParent()
Returns the value of the 'Parent' container reference. |
Methods in org.topcased.modeler.diagrams.model that return types with arguments of type Diagrams | |
---|---|
EList<Diagrams> |
Diagrams.getSubdiagrams()
Returns the value of the 'Subdiagrams' containment reference list. |
Methods in org.topcased.modeler.diagrams.model with parameters of type Diagrams | |
---|---|
void |
Diagrams.setParent(Diagrams value)
Sets the value of the ' Parent ' container reference |
Uses of Diagrams in org.topcased.modeler.diagrams.model.util |
---|
Methods in org.topcased.modeler.diagrams.model.util that return Diagrams | |
---|---|
static Diagrams |
DiagramsUtils.findNearestContainerDiagrams(Diagrams rootDiagrams,
EObject modelObject)
This method returns the nearest Diagrams in the hierarchy that should contains a Diagram associated with the given modelObject. |
static Diagrams |
DiagramsUtils.findRootDiagrams(Diagrams diagrams)
Retrieve the root Diagrams model object |
Methods in org.topcased.modeler.diagrams.model.util with parameters of type Diagrams | |
---|---|
T |
DiagramsSwitch.caseDiagrams(Diagrams object)
Returns the result of interpretting the object as an instance of 'Diagrams' |
static java.util.List<Diagram> |
DiagramsUtils.findAllDiagrams(Diagrams rootDiagrams)
Return all the Diagram model objects that are defined in the Diagrams file. |
static java.util.List<Diagram> |
DiagramsUtils.findAllExistingDiagram(Diagrams rootDiagrams,
EObject modelObject)
This method return the list of Diagram model objects that are defined for a given EObject. |
static Diagrams |
DiagramsUtils.findNearestContainerDiagrams(Diagrams rootDiagrams,
EObject modelObject)
This method returns the nearest Diagrams in the hierarchy that should contains a Diagram associated with the given modelObject. |
static Diagrams |
DiagramsUtils.findRootDiagrams(Diagrams diagrams)
Retrieve the root Diagrams model object |
static Diagram |
DiagramsUtils.getRootDiagram(Diagrams diagrams)
Retrieve the root Diagram from a Diagrams element : we search in the hierarchy (subtree) of the Diagrams element. |
static void |
DiagramsUtils.updateDI(Diagrams rootDiagrams)
This method is used to update a Diagrams model to be compliant with the new Diagrams metamodel (nsURI=0.11). |
Uses of Diagrams in org.topcased.modeler.editor |
---|
Methods in org.topcased.modeler.editor that return Diagrams | |
---|---|
Diagrams |
Modeler.getDiagrams()
Returns the global edited model. |
Methods in org.topcased.modeler.editor with parameters of type Diagrams | |
---|---|
protected void |
Modeler.setDiagrams(Diagrams diag)
Sets the Diagrams model |
Uses of Diagrams in org.topcased.modeler.utils |
---|
Methods in org.topcased.modeler.utils with parameters of type Diagrams | |
---|---|
static GraphElement[] |
Utils.getGraphElements(Diagrams diagrams,
EObject model)
Returns the graphElements associated with the given EObject in all the diagrams |
|
Modelers | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.