Interface GraphGenerator<V,E>
-
- All Superinterfaces:
org.apache.commons.collections4.Factory<edu.uci.ics.jung.graph.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<edu.uci.ics.jung.graph.Graph<V,E>>
An interface for algorithms that generate graphs.