- All Superinterfaces:
- org.apache.commons.collections4.Factory<Graph<V,E>>
- All Known Subinterfaces:
- EvolvingGraphGenerator<V,E>
- All Known Implementing Classes:
- BarabasiAlbertGenerator, EppsteinPowerLawGenerator, ErdosRenyiGenerator, KleinbergSmallWorldGenerator, Lattice2DGenerator
public interface GraphGenerator<V,E>
extends org.apache.commons.collections4.Factory<Graph<V,E>>
An interface for algorithms that generate graphs.
- Author:
- Scott White