Package org.jgrapht.generate
Generators for graphs of various topologies.
-
Interface Summary Interface Description GraphGenerator<V,E,T> GraphGenerator defines an interface for generating new graph structures.RandomGraphGenerator.EdgeTopologyFactory<VV,EE> This class is used to generate the edge topology for a graph. -
Class Summary Class Description CompleteBipartiteGraphGenerator<V,E> Generates a complete bipartite graph of any size.CompleteGraphGenerator<V,E> Generates a complete graph of any size.EmptyGraphGenerator<V,E> Generates an empty graph of any size.HyperCubeGraphGenerator<V,E> 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.RingGraphGenerator<V,E> Generates a ring graph of any size.ScaleFreeGraphGenerator<V,E> 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.