org.jrdf.example
Class MemPerformance

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

public class MemPerformance
extends AbstractGraphPerformance


Constructor Summary
MemPerformance()
           
 
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

MemPerformance

public MemPerformance()
Method Detail

getGraph

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

getMapFactory

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

getBlankNodeRegistry

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

main

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