Uses of Interface
edu.uci.ics.jung.algorithms.generators.GraphGenerator
Packages that use GraphGenerator
Package
Description
Methods for generating new (often random) graphs with various properties.
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.generatorsModifier and TypeInterfaceDescriptioninterface
An interface for algorithms that generate graphs that evolve iteratively.Classes in edu.uci.ics.jung.algorithms.generators that implement GraphGeneratorModifier and TypeClassDescriptionclass
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 GraphGeneratorModifier and TypeClassDescriptionclass
Simple evolving scale-free random graph generator.class
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
Graph generator that produces a random graph with small world properties.