uwcse.location.objects.alien
Class AlienSensor

java.lang.Object
  |
  +--uwcse.location.objects.alien.AlienSensor

public class AlienSensor
extends Object

Contains a shared static likelihood method modelling the Alien RFID reader. This class is used by both readers and tags since either a reader or a tag could be considered the sensor depending on which object's location is being updated (a "sensor" always updates the location of an "object").

Version:
$Revision: 1.2 $
Author:
Jeffrey Hightower

Method Summary
static double likelihood(ProximityMeasurement proxMeas, LocationReport sensorLocation, State objectState)
          Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

likelihood

public static double likelihood(ProximityMeasurement proxMeas,
                                LocationReport sensorLocation,
                                State objectState)
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.



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