jist.swans.field
Interface Placement
- All Known Implementing Classes:
- FlightDrop.FlightDropPlacement, Placement.Grid, Placement.Random, PlacementList
public interface Placement
Interface of all initial placement models.
- Since:
- SWANS1.0
UNBOUNDED
static final int UNBOUNDED
- See Also:
- Constant Field Values
getNextLocation
Location getNextLocation()
- Return location of next node.
- Returns:
- location of next node
getSize
int getSize()
- Returns:
- number of nodes, if known apriori. If not known, return UNBOUNDED