Interface GraphGenerator<V,E>
- All Known Subinterfaces:
EvolvingGraphGenerator<V,E>
- All Known Implementing Classes:
BarabasiAlbertGenerator,EppsteinPowerLawGenerator,ErdosRenyiGenerator,KleinbergSmallWorldGenerator,Lattice2DGenerator
An interface for algorithms that generate graphs.
- Author:
- Scott White
-
Method Summary
Methods inherited from interface com.google.common.base.Supplier
get