org.jrdf.graph.local.disk
Class GraphFactoryImpl
java.lang.Object
org.jrdf.graph.local.disk.GraphFactoryImpl
- All Implemented Interfaces:
- GraphFactory, ReadWriteGraphFactory
public final class GraphFactoryImpl
- extends Object
- implements ReadWriteGraphFactory
Creates a new Graph implementation based on required types.
- Version:
- $Id: GraphFactoryImpl.java 1883 2008-02-04 23:27:03Z newmana $
- Author:
- Andrew Newman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphFactoryImpl
public GraphFactoryImpl(LongIndex[] newLongIndexes,
NodePoolFactory newNodePoolFactory,
TripleBTree[] trees)
getGraph
public Graph getGraph()
- Specified by:
getGraph
in interface GraphFactory
getReadWriteGraph
public ReadWriteGraph getReadWriteGraph()
- Specified by:
getReadWriteGraph
in interface ReadWriteGraphFactory
getIteratorFactory
public IteratorFactory getIteratorFactory()
- Specified by:
getIteratorFactory
in interface ReadWriteGraphFactory