org.jrdf.graph.mem
Class OrderedGraphFactoryImpl

java.lang.Object
  extended by org.jrdf.graph.mem.OrderedGraphFactoryImpl
All Implemented Interfaces:
GraphFactory

public class OrderedGraphFactoryImpl
extends Object
implements GraphFactory

Creates a new Graph implementation based on required types.

Version:
$Id: OrderedGraphFactoryImpl.java 1045 2007-01-05 04:56:09Z newmana $
Author:
Andrew Newman

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

Constructor Detail

OrderedGraphFactoryImpl

public OrderedGraphFactoryImpl(LongIndex[] longIndexes,
                               NodePoolMem nodePool,
                               NodeComparator nodeComparator)
Method Detail

getGraph

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