Package org._3pq.jgrapht.generate
Generators for graphs of various topologies.
-
Interface Summary Interface Description GraphGenerator GraphGenerator defines an interface for generating new graph structures. -
Class Summary Class Description EmptyGraphGenerator Generates an empty graph of any size.LinearGraphGenerator Generates a linear graph of any size.RingGraphGenerator Generates a ring graph of any size.WheelGraphGenerator Generates a wheel graph of any size.