org.jrdf.example
Class DiskPerformance

java.lang.Object
  extended by org.jrdf.example.AbstractGraphPerformance
      extended by org.jrdf.example.DiskPerformance

public class DiskPerformance
extends AbstractGraphPerformance


Constructor Summary
DiskPerformance()
           
 
Method Summary
protected  BlankNodeRegistry getBlankNodeRegistry()
           
protected  Graph getGraph()
           
protected  MapFactory getMapFactory()
           
static void main(String[] args)
           
 
Methods inherited from class org.jrdf.example.AbstractGraphPerformance
parsePerformance, testPerformance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskPerformance

public DiskPerformance()
Method Detail

getGraph

protected Graph getGraph()
Specified by:
getGraph in class AbstractGraphPerformance

getBlankNodeRegistry

protected BlankNodeRegistry getBlankNodeRegistry()
Specified by:
getBlankNodeRegistry in class AbstractGraphPerformance

getMapFactory

protected MapFactory getMapFactory()
Specified by:
getMapFactory in class AbstractGraphPerformance

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception