Interface GraphGenerator<V,E>

All Superinterfaces:
com.google.common.base.Supplier<Graph<V,E>>, Supplier<Graph<V,E>>
All Known Subinterfaces:
EvolvingGraphGenerator<V,E>
All Known Implementing Classes:
BarabasiAlbertGenerator, EppsteinPowerLawGenerator, ErdosRenyiGenerator, KleinbergSmallWorldGenerator, Lattice2DGenerator

public interface GraphGenerator<V,E> extends com.google.common.base.Supplier<Graph<V,E>>
An interface for algorithms that generate graphs.
  • Method Summary

    Methods inherited from interface com.google.common.base.Supplier

    get