org.jrdf.example.performance
Class FindPerformanceImpl

java.lang.Object
  extended by org.jrdf.example.performance.FindPerformanceImpl
All Implemented Interfaces:
FindPerformance

public class FindPerformanceImpl
extends Object
implements FindPerformance


Constructor Summary
FindPerformanceImpl(int nodesToFind, String subjectPrefix, String predicatePrefix, String objectPrefix)
           
 
Method Summary
 void findPerformance(Graph graph, GraphPerformance performance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPerformanceImpl

public FindPerformanceImpl(int nodesToFind,
                           String subjectPrefix,
                           String predicatePrefix,
                           String objectPrefix)
Method Detail

findPerformance

public void findPerformance(Graph graph,
                            GraphPerformance performance)
                     throws Exception
Throws:
Exception