Interface | Description |
---|---|
TopologyGenerator |
A
TopologyGenerator is able to generate a specific structure in an existing Topology object
according to some specific characteristics. |
Class | Description |
---|---|
AbstractGenerator |
The
AbstractGenerator holds common fields and methods for the different implementations of the
TopologyGenerator interface. |
GridGenerator | |
KNGenerator |
The
KNGenerator is a TopologyGenerator used to created complete-graphs shaped as rings. |
LineGenerator |
The
LineGenerator is a TopologyGenerator used to create horizontal or vertical lines. |
RandomLocationsGenerator | |
RingGenerator |
The
RingGenerator is a TopologyGenerator used to create a ring. |
TorusGenerator |