org.jrdf.example.performance
Class AddPerformanceImpl
java.lang.Object
org.jrdf.example.performance.AddPerformanceImpl
- All Implemented Interfaces:
- AddPerformance
public class AddPerformanceImpl
- extends Object
- implements AddPerformance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPerformanceImpl
public AddPerformanceImpl(int numberOfPredicates,
String subjectPrefix,
String predicatePrefix,
String objectPrefix)
addPerformance
public void addPerformance(int numberOfNodes,
Graph graph,
GraphPerformance performance)
throws GraphException
- Description copied from interface:
AddPerformance
- Creates 10 times the given number of nodes for a given graph.
- Specified by:
addPerformance in interface AddPerformance
- Parameters:
numberOfNodes - the number of nodes to create with 10 objects.graph - the graph to add.
- Throws:
GraphException