org.jrdf.graph.local.mem
Class OrderedGraphFactoryImpl

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

public class OrderedGraphFactoryImpl
extends Object
implements ReadWriteGraphFactory

Creates a new Graph implementation based on required types.

Version:
$Id: OrderedGraphFactoryImpl.java 1822 2008-01-17 22:20:02Z newmana $
Author:
Andrew Newman

Constructor Summary
OrderedGraphFactoryImpl(LongIndex[] newLongIndexes, NodePoolFactory newNodePoolFactory)
           
 
Method Summary
 Graph getGraph()
           
 IteratorFactory getIteratorFactory()
           
 ReadWriteGraph getReadWriteGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedGraphFactoryImpl

public OrderedGraphFactoryImpl(LongIndex[] newLongIndexes,
                               NodePoolFactory newNodePoolFactory)
Method Detail

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