edu.uci.ics.jung.random.generators
Interface GraphGenerator

All Known Subinterfaces:
EvolvingGraphGenerator
All Known Implementing Classes:
BarabasiAlbertGenerator, EppsteinPowerLawGenerator, ErdosRenyiGenerator, Lattice1DGenerator, Lattice2DGenerator, SimpleRandomGenerator

public interface GraphGenerator

An interface for algorithms that generate graphs

Author:
Scott White

Method Summary
 ArchetypeGraph generateGraph()
          Instructs the algorithm to generate the graph
 

Method Detail

generateGraph

public ArchetypeGraph generateGraph()
Instructs the algorithm to generate the graph

Returns:
the generated graph