Uses of Interface
de.cau.cs.kieler.graphs.GraphsFactory

Packages that use GraphsFactory
de.cau.cs.kieler.graphs   
de.cau.cs.kieler.graphs.impl   
 

Uses of GraphsFactory in de.cau.cs.kieler.graphs
 

Fields in de.cau.cs.kieler.graphs declared as GraphsFactory
static GraphsFactory GraphsFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.graphs that return GraphsFactory
 GraphsFactory GraphsPackage.getGraphsFactory()
          Returns the factory that creates the instances of the model.
 

Uses of GraphsFactory in de.cau.cs.kieler.graphs.impl
 

Classes in de.cau.cs.kieler.graphs.impl that implement GraphsFactory
 class GraphsFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.graphs.impl that return GraphsFactory
 GraphsFactory GraphsPackageImpl.getGraphsFactory()
           
static GraphsFactory GraphsFactoryImpl.init()
          Creates the default factory implementation.