Sim
Interface LocationGenerator

All Known Implementing Classes:
RandomLocationGenerator, UniformLocationGenerator

public interface LocationGenerator

LocationGenerator provides a getNext method to retrieve the next location generated.


Method Summary
 Location getNext()
          Gets the next location of a location.
 

Method Detail

getNext

Location getNext()
Gets the next location of a location.

Returns:
non-null generated Location