org.jrdf.graph.local.mem
Interface ReadWriteGraphFactory

All Superinterfaces:
GraphFactory
All Known Implementing Classes:
GraphFactoryImpl, GraphFactoryImpl, OrderedGraphFactoryImpl, OrderedGraphFactoryImpl

public interface ReadWriteGraphFactory
extends GraphFactory


Method Summary
 IteratorFactory getIteratorFactory()
           
 ReadWriteGraph getReadWriteGraph()
           
 
Methods inherited from interface org.jrdf.graph.GraphFactory
getGraph
 

Method Detail

getReadWriteGraph

ReadWriteGraph getReadWriteGraph()

getIteratorFactory

IteratorFactory getIteratorFactory()