|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphnetwork.generate.RandomGraphGenerator
public class RandomGraphGenerator
Field Summary |
---|
Fields inherited from interface org.graphnetwork.common.Constants |
---|
EMPTY, FILESEP, NEWLINE, UDIR |
Constructor Summary | |
---|---|
RandomGraphGenerator(org.jgrapht.graph.ListenableUndirectedWeightedGraph g,
int numOfVertices,
int numOfEdges,
float minWeight,
float maxWeight)
Creates a graph with a random number of edges and vertices |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomGraphGenerator(org.jgrapht.graph.ListenableUndirectedWeightedGraph g, int numOfVertices, int numOfEdges, float minWeight, float maxWeight)
numOfVertices
- the maximum number of verticesnumOfEdges
- the maximum number of edgesminWeight
- the minimum weight valuemaxWeight
- the maximum weight value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |