Package org.jgrapht.generate
package org.jgrapht.generate
Generators for graphs of various topologies.
-
ClassDescriptionGenerates a complete bipartite graph of any size.Generates a complete graph of any size.EmptyGraphGenerator<V,
E> Generates an empty graph of any size.GraphGenerator<V,E, T> GraphGenerator defines an interface for generating new graph structures.Generates a hyper cube graph of any size.LinearGraphGenerator<V,E> Generates a linear graph of any size.RandomGraphGenerator<V,E> This Generator creates a random-topology graph of a specified number of vertexes and edges.This class is used to generate the edge topology for a graph.RingGraphGenerator<V,E> Generates a ring graph of any size.Generates directed or undirected scale-free network of any size.StarGraphGenerator<V,E> Generates a star graph of any size.WheelGraphGenerator<V,E> Generates a wheel graph of any size.