Uses of Interface
org.jrdf.graph.local.mem.ReadWriteGraph

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

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

Methods in org.jrdf.graph.local.disk that return ReadWriteGraph
 ReadWriteGraph OrderedGraphFactoryImpl.getReadWriteGraph()
           
 ReadWriteGraph GraphFactoryImpl.getReadWriteGraph()
           
 

Uses of ReadWriteGraph in org.jrdf.graph.local.mem
 

Classes in org.jrdf.graph.local.mem that implement ReadWriteGraph
 class ReadWriteGraphImpl
           
 

Methods in org.jrdf.graph.local.mem that return ReadWriteGraph
 ReadWriteGraph ReadWriteGraphFactory.getReadWriteGraph()
           
 ReadWriteGraph OrderedGraphFactoryImpl.getReadWriteGraph()
           
 ReadWriteGraph GraphFactoryImpl.getReadWriteGraph()
           
 

Constructors in org.jrdf.graph.local.mem with parameters of type ReadWriteGraph
AbstractResource(Long newResource, ReadWriteGraph newReadWriteGraph)
           
GraphImpl(LongIndex[] longIndexes, NodePool newNodePool, IteratorFactory newIteratorFactory, ReadWriteGraph newWritableGraph, ResourceFactory newResourceFactory)
          Default constructor.
ResourceFactoryImpl(Localizer localizer, ReadWriteGraph newReadWriteGraph)