org.jrdf.example
Class AbstractGraphPerformance
java.lang.Object
org.jrdf.example.AbstractGraphPerformance
- Direct Known Subclasses:
- DiskPerformance, MemPerformance
public abstract class AbstractGraphPerformance
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGraphPerformance
public AbstractGraphPerformance()
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