jist.swans.field
Interface Placement

All Known Implementing Classes:
Placement.Grid, Placement.Random

public interface Placement

Interface of all initial placement models.

Since:
SWANS1.0
Version:
$Id: Placement.java,v 1.13 2004/04/06 16:07:47 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class Placement.Grid
          Placement along a regular grid.
static class Placement.Random
          Random (uniform) placement.
 
Method Summary
 Location getNextLocation()
          Return location of next node.
 

Method Detail

getNextLocation

Location getNextLocation()
Return location of next node.

Returns:
location of next node