Uses of Interface
de.cau.cs.kieler.kiml.graphviz.dot.Graph

Packages that use Graph
de.cau.cs.kieler.kiml.graphviz.dot   
de.cau.cs.kieler.kiml.graphviz.dot.impl   
de.cau.cs.kieler.kiml.graphviz.dot.util   
 

Uses of Graph in de.cau.cs.kieler.kiml.graphviz.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot that return Graph
 Graph DotFactory.createGraph()
          Returns a new object of class 'Graph'.
 

Methods in de.cau.cs.kieler.kiml.graphviz.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.impl
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.impl that implement Graph
 class GraphImpl
          An implementation of the model object 'Graph'.
 

Fields in de.cau.cs.kieler.kiml.graphviz.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.impl that return Graph
 Graph DotFactoryImpl.createGraph()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.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.util
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.util with parameters of type Graph
 T DotSwitch.caseGraph(Graph object)
          Returns the result of interpreting the object as an instance of 'Graph'.