|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphGenerator | |
edu.uci.ics.jung.random.generators |
Uses of GraphGenerator in edu.uci.ics.jung.random.generators |
Subinterfaces of GraphGenerator in edu.uci.ics.jung.random.generators | |
interface |
EvolvingGraphGenerator
An interface for algorithms that generate graphs that evolve over time |
Classes in edu.uci.ics.jung.random.generators that implement GraphGenerator | |
class |
BarabasiAlbertGenerator
Simple evolving scale-free random graph generator. |
class |
EppsteinPowerLawGenerator
Graph generator that generates undirected sparse graphs with power-law distributions. |
class |
ErdosRenyiGenerator
Random Generator of Erdos-Renyi "binomial model" |
class |
KleinbergSmallWorldGenerator
Graph generator that produces a random graph with small world properties. |
class |
Lattice1DGenerator
Simple generator of an n x 1 lattice where each vertex is incident with each of its 2 neighbors (except possibly for the vertices on the edge depending upon whether the lattice is specified to be toroidal or not). |
class |
Lattice2DGenerator
Simple generator of an n x n lattice where each vertex is incident with each of its 4 neighbors (except possibly for the vertices on the edge depending upon whether the lattice is specified to be toroidal or not). |
class |
SimpleRandomGenerator
Simple graph generator where |V| vertices are generated and |E| random edges chosen pairwise uniformly |
class |
WattsBetaSmallWorldGenerator
WattsBetaSmallWorldGenerator is a graph generator that produces a small world network using the beta-model as proposed by Duncan Watts. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |