jasi.sim.geo.cartesian
Interface Move

All Known Implementing Classes:
LinearMove, SphericalMove

public interface Move

Movement for simulation elements.


Method Summary
 Space distance(Move p, Time t)
          Retrieve the distance at a given time of this movement from that movement.
 Move moveAt(Time t)
          Get the movement at a given time.
 

Method Detail

moveAt

Move moveAt(Time t)
Get the movement at a given time.

Parameters:
t - That time.
Returns:
The movement at that given time.

distance

Space distance(Move p,
               Time t)
Retrieve the distance at a given time of this movement from that movement.

Parameters:
p - That location.
t - The another time.
Returns:
Its distance.