org.jrdf.graph.mem
Class OrderedGraphFactoryImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderedGraphFactoryImpl
public OrderedGraphFactoryImpl(LongIndex[] longIndexes,
NodePoolMem nodePool,
NodeComparator nodeComparator)
getGraph
public Graph getGraph()
- Specified by:
getGraph
in interface GraphFactory