es.ucm.look.locationProvider
Class Motion

java.lang.Object
  extended by es.ucm.look.locationProvider.Motion

public class Motion
extends java.lang.Object

Motion object storing timestamp and distance moved


Field Summary
 float[] distance
           
 long time
           
 
Constructor Summary
Motion()
           
Motion(long time)
           
Motion(Motion m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distance

public float[] distance

time

public long time
Constructor Detail

Motion

public Motion()

Motion

public Motion(long time)

Motion

public Motion(Motion m)