|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphGenerator | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |