org.jrdf.example.performance
Class ParsePerformanceImpl

java.lang.Object
  extended by org.jrdf.example.performance.ParsePerformanceImpl
All Implemented Interfaces:
ParsePerformance

public class ParsePerformanceImpl
extends Object
implements ParsePerformance


Constructor Summary
ParsePerformanceImpl(MapFactory mapFactory)
           
 
Method Summary
 void parse(Graph graph, GraphPerformance performance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsePerformanceImpl

public ParsePerformanceImpl(MapFactory mapFactory)
Method Detail

parse

public void parse(Graph graph,
                  GraphPerformance performance)
           throws GraphException
Specified by:
parse in interface ParsePerformance
Throws:
GraphException