org.jrdf.example
Class AbstractGraphPerformance

java.lang.Object
  extended by org.jrdf.example.AbstractGraphPerformance
Direct Known Subclasses:
DiskPerformance, MemPerformance

public abstract class AbstractGraphPerformance
extends Object


Constructor Summary
AbstractGraphPerformance()
           
 
Method Summary
protected abstract  BlankNodeRegistry getBlankNodeRegistry()
           
protected abstract  Graph getGraph()
           
protected abstract  MapFactory getMapFactory()
           
 void parsePerformance()
           
 void testPerformance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGraphPerformance

public AbstractGraphPerformance()
Method Detail

testPerformance

public void testPerformance()
                     throws Exception
Throws:
Exception

getGraph

protected abstract Graph getGraph()

getMapFactory

protected abstract MapFactory getMapFactory()

getBlankNodeRegistry

protected abstract BlankNodeRegistry getBlankNodeRegistry()

parsePerformance

public void parsePerformance()
                      throws Exception
Throws:
Exception