Uses of Interface
edu.uci.ics.jung.algorithms.generators.GraphGenerator
-
Packages that use GraphGenerator Package Description edu.uci.ics.jung.algorithms.generators Methods for generating new (often random) graphs with various properties.edu.uci.ics.jung.algorithms.generators.random Methods for generating random graphs with various properties. -
-
Uses of GraphGenerator in edu.uci.ics.jung.algorithms.generators
Subinterfaces of GraphGenerator in edu.uci.ics.jung.algorithms.generators Modifier and Type Interface Description interface
EvolvingGraphGenerator<V,E>
An interface for algorithms that generate graphs that evolve iteratively.Classes in edu.uci.ics.jung.algorithms.generators that implement GraphGenerator Modifier and Type Class Description class
Lattice2DGenerator<V,E>
Simple generator of an m x n lattice where each vertex is incident with each of its neighbors (to the left, right, up, and down). -
Uses of GraphGenerator in edu.uci.ics.jung.algorithms.generators.random
Classes in edu.uci.ics.jung.algorithms.generators.random that implement GraphGenerator Modifier and Type Class Description class
BarabasiAlbertGenerator<V,E>
Simple evolving scale-free random graph generator.class
EppsteinPowerLawGenerator<V,E>
Graph generator that generates undirected graphs with power-law degree distributions.class
ErdosRenyiGenerator<V,E>
Generates a random graph using the Erdos-Renyi binomial model (each pair of vertices is connected with probability p).class
KleinbergSmallWorldGenerator<V,E>
Graph generator that produces a random graph with small world properties.
-