edu.uci.ics.jung.algorithms.generators
Interface GraphGenerator<V,E>

All Known Subinterfaces:
EvolvingGraphGenerator<V,E>
All Known Implementing Classes:
BarabasiAlbertGenerator, EppsteinPowerLawGenerator, ErdosRenyiGenerator, KleinbergSmallWorldGenerator, Lattice2DGenerator

public interface GraphGenerator<V,E>

An interface for algorithms that generate graphs.

Author:
Scott White



Copyright © 2010 null. All Rights Reserved.