|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph | |
---|---|
de.cau.cs.kieler.kiml.graphviz.dot.dot | |
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl | |
de.cau.cs.kieler.kiml.graphviz.dot.dot.util |
Uses of Graph in de.cau.cs.kieler.kiml.graphviz.dot.dot |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Graph | |
---|---|
Graph |
DotFactory.createGraph()
Returns a new object of class 'Graph'. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return types with arguments of type Graph | |
---|---|
EList<Graph> |
GraphvizModel.getGraphs()
Returns the value of the 'Graphs' containment reference list. |
Uses of Graph in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl |
---|
Classes in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that implement Graph | |
---|---|
class |
GraphImpl
An implementation of the model object 'Graph'. |
Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with type parameters of type Graph | |
---|---|
protected EList<Graph> |
GraphvizModelImpl.graphs
The cached value of the ' Graphs ' containment reference list. |
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Graph | |
---|---|
Graph |
DotFactoryImpl.createGraph()
|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return types with arguments of type Graph | |
---|---|
EList<Graph> |
GraphvizModelImpl.getGraphs()
|
Uses of Graph in de.cau.cs.kieler.kiml.graphviz.dot.dot.util |
---|
Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.util with parameters of type Graph | |
---|---|
T |
DotSwitch.caseGraph(Graph object)
Returns the result of interpreting the object as an instance of 'Graph'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |