Uses of Interface
org.jrdf.graph.GraphFactory

Packages that use GraphFactory
org.jrdf.graph.local.disk   
org.jrdf.graph.local.mem This package is an implementation of the JRDF Graph API. 
org.jrdf.gui.model   
 

Uses of GraphFactory in org.jrdf.graph.local.disk
 

Classes in org.jrdf.graph.local.disk 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.graph.local.mem
 

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

Uses of GraphFactory in org.jrdf.gui.model
 

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