Package org._3pq.jgrapht.generate

Generators for graphs of various topologies.

Interface Summary

GraphGenerator GraphGenerator defines an interface for generating new graph structures.

Class Summary

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.
Generators for graphs of various topologies.