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 interfaceEvolvingGraphGenerator<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 classLattice2DGenerator<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 classBarabasiAlbertGenerator<V,E>Simple evolving scale-free random graph generator.classEppsteinPowerLawGenerator<V,E>Graph generator that generates undirected graphs with power-law degree distributions.classErdosRenyiGenerator<V,E>Generates a random graph using the Erdos-Renyi binomial model (each pair of vertices is connected with probability p).classKleinbergSmallWorldGenerator<V,E>Graph generator that produces a random graph with small world properties.
-