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

Packages that use GraphvizModel
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 GraphvizModel in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return GraphvizModel
 GraphvizModel DotFactory.createGraphvizModel()
          Returns a new object of class 'Graphviz Model'.
 

Uses of GraphvizModel in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
 

Classes in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that implement GraphvizModel
 class GraphvizModelImpl
          An implementation of the model object 'Graphviz Model'.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return GraphvizModel
 GraphvizModel DotFactoryImpl.createGraphvizModel()
           
 

Uses of GraphvizModel 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 GraphvizModel
 T DotSwitch.caseGraphvizModel(GraphvizModel object)
          Returns the result of interpreting the object as an instance of 'Graphviz Model'.