Package edu.uci.ics.jung.algorithms.generators


package edu.uci.ics.jung.algorithms.generators
Methods for generating new (often random) graphs with various properties.
  • Class
    Description
    An interface for algorithms that generate graphs that evolve iteratively.
    An interface for algorithms that generate graphs.
    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).