Interface | Description |
---|---|
GraphGenerator |
GraphGenerator defines an interface for generating new graph structures.
|
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.
|