edu.uci.ics.jung.algorithms.generators
Interface GraphGenerator<V,E>

All Superinterfaces:
org.apache.commons.collections15.Factory<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.collections15.Factory<Graph<V,E>>

An interface for algorithms that generate graphs.

Author:
Scott White

Method Summary
 
Methods inherited from interface org.apache.commons.collections15.Factory
create
 



Copyright © 2009. All Rights Reserved.