org.placelab.particlefilter.beacon
Class DefaultMotionModel

java.lang.Object
  extended byorg.placelab.particlefilter.beacon.DefaultMotionModel
All Implemented Interfaces:
MotionModel

public class DefaultMotionModel
extends java.lang.Object
implements MotionModel


Constructor Summary
DefaultMotionModel()
           
 
Method Summary
 void move(Particle p, long elapsedMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMotionModel

public DefaultMotionModel()
Method Detail

move

public void move(Particle p,
                 long elapsedMillis)
Specified by:
move in interface MotionModel