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

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

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot declared as DotFactory
static DotFactory DotFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return DotFactory
 DotFactory DotPackage.getDotFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that implement DotFactory
 class DotFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return DotFactory
 DotFactory DotPackageImpl.getDotFactory()
           
static DotFactory DotFactoryImpl.init()
          Creates the default factory implementation.