Sim
Interface LocationManager

All Known Implementing Classes:
FixedLocationManager, RandomLocationManager, SetLocationManager, SimpleLocationManager

public interface LocationManager

LocationManager provides a getLocation method to simulate moving nodes.


Method Summary
 Location getLocation(double t)
          Returns the location produced by this manager at the given time t.
 

Method Detail

getLocation

Location getLocation(double t)
Returns the location produced by this manager at the given time t. The value of t passed in must be equal to or greater than the value of all previous t values passed into this method.

Returns:
non-null generated Location