Interface GraphGenerator<V,E>
-
- All Superinterfaces:
com.google.common.base.Supplier<Graph<V,E>>
,java.util.function.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.- Author:
- Scott White