edu.uci.ics.jung.algorithms.generators
Interface GraphGenerator<V,E>
-
- All Superinterfaces:
- com.google.common.base.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.
DataMelt 3.0 © DataMelt by jWork.ORG