org.jrdf.graph.mem
Class GraphFactoryImpl

java.lang.Object
  extended by 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

Constructor Summary
GraphFactoryImpl(LongIndex[] longIndexes, NodePoolMem nodePool)
           
 
Method Summary
 Graph getGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphFactoryImpl

public GraphFactoryImpl(LongIndex[] longIndexes,
                        NodePoolMem nodePool)
Method Detail

getGraph

public Graph getGraph()
Specified by:
getGraph in interface GraphFactory