org.jrdf.graph.mem
Class GraphFactoryImpl
java.lang.Object
org.jrdf.graph.mem.GraphFactoryImpl
- All Implemented Interfaces:
- GraphFactory
public final class GraphFactoryImpl
- extends Object
- implements GraphFactory
Creates a new Graph implementation based on required types.
- Version:
- $Id: GraphFactoryImpl.java 1045 2007-01-05 04:56:09Z 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[] longIndexes,
NodePoolMem nodePool)
getGraph
public Graph getGraph()
- Specified by:
getGraph
in interface GraphFactory