org.jrdf.example.performance
Interface AddPerformance

All Known Implementing Classes:
AddPerformanceImpl

public interface AddPerformance


Method Summary
 void addPerformance(int numberOfNodes, Graph graph, GraphPerformance performance)
          Creates 10 times the given number of nodes for a given graph.
 

Method Detail

addPerformance

void addPerformance(int numberOfNodes,
                    Graph graph,
                    GraphPerformance performance)
                    throws GraphException
Creates 10 times the given number of nodes for a given graph.

Parameters:
numberOfNodes - the number of nodes to create with 10 objects.
graph - the graph to add.
Throws:
Exception - if there is an exception adding the nodes.
GraphException