uwcse.location.objects.mote
Class MoteSensor
java.lang.Object
|
+--uwcse.location.objects.PhysicalObject
|
+--uwcse.location.objects.FixedSensorObject
|
+--uwcse.location.objects.mote.MoteSensor
- All Implemented Interfaces:
- LocationSensor
- public class MoteSensor
- extends FixedSensorObject
Models a fixed Berkeley mote location sensor.
- Version:
- $Revision: 1.3 $
- Author:
- Jeffrey Hightower, Waylon Brunette
|
Constructor Summary |
MoteSensor()
Create a new anonymous fixed Mote sensor. |
MoteSensor(String sensorName)
Create a new fixed Mote sensor with the given name. |
|
Method Summary |
double |
likelihood(Measurement@ProximityMeasurement proxMeas,
LocationReport sensorLocation,
State objectState)
Determine the probabilistic likelihood [0..1] that this Mote generated
this proximity measurement about the object, given the location of this
Mote and the objectState of the sensed Mote. |
NAME_PREFIX
public static final String NAME_PREFIX
MoteSensor
public MoteSensor()
- Create a new anonymous fixed Mote sensor.
MoteSensor
public MoteSensor(String sensorName)
- Create a new fixed Mote sensor with the given name.
likelihood
public double likelihood(Measurement@ProximityMeasurement proxMeas,
LocationReport sensorLocation,
State objectState)
- Determine the probabilistic likelihood [0..1] that this Mote generated
this proximity measurement about the object, given the location of this
Mote and the objectState of the sensed Mote.
- Overrides:
likelihood in class FixedSensorObject
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