org.jrdf.example.performance
Interface WritePerformance

All Known Implementing Classes:
WritePerformanceImpl

public interface WritePerformance


Method Summary
 void writePerformance(Graph graph, GraphPerformance performance, BlankNodeRegistry registry)
           
 

Method Detail

writePerformance

void writePerformance(Graph graph,
                      GraphPerformance performance,
                      BlankNodeRegistry registry)
                      throws Exception
Throws:
Exception