uwcse.location.objects
Class FixedSensorObject
java.lang.Object
|
+--uwcse.location.objects.PhysicalObject
|
+--uwcse.location.objects.FixedSensorObject
- All Implemented Interfaces:
- LocationSensor
- Direct Known Subclasses:
- CricketListener, LMS200Sensor, MoteSensor, VersusSensor
- public abstract class FixedSensorObject
- extends PhysicalObject
- implements LocationSensor
An abstract class to describe a generic fixed sensor object.
- Version:
- $Revision: 1.5 $
- Author:
- Jeffrey Hightower
|
Method Summary |
double |
likelihood(Measurement meas,
LocationReport sensorLocation,
State objectState)
This default likelihood method simply returns 1.0 having the effect of
every measurement being equally and completely likely. |
FixedSensorObject
public FixedSensorObject()
- Create an anonymous physical object.
FixedSensorObject
public FixedSensorObject(String name)
- Create a named physical object.
likelihood
public double likelihood(Measurement meas,
LocationReport sensorLocation,
State objectState)
- This default likelihood method simply returns 1.0 having the effect of
every measurement being equally and completely likely.
- Specified by:
likelihood in interface LocationSensor
- See Also:
Tracker.update(Measurement,LocationSensor,LocationReport)
This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/
© Copyright 2004 University of Washington CSE