Uses of Interface
org.jrdf.graph.GraphFactory

Packages that use GraphFactory
org.jrdf.graph.local   
org.jrdf.gui.model   
 

Uses of GraphFactory in org.jrdf.graph.local
 

Subinterfaces of GraphFactory in org.jrdf.graph.local
 interface ReadWriteGraphFactory
           
 

Classes in org.jrdf.graph.local that implement GraphFactory
 class GraphFactoryImpl
          Creates a new Graph implementation based on required types.
 class OrderedGraphFactoryImpl
          Creates a new Graph implementation based on required types.
 

Uses of GraphFactory in org.jrdf.gui.model
 

Constructors in org.jrdf.gui.model with parameters of type GraphFactory
JRDFModelImpl(GraphFactory graphFactory, SparqlConnection connection)