uwcse.location.objects.versus
Class OpenVersusSensor

java.lang.Object
  |
  +--uwcse.location.objects.PhysicalObject
        |
        +--uwcse.location.objects.FixedSensorObject
              |
              +--uwcse.location.objects.versus.VersusSensor
                    |
                    +--uwcse.location.objects.versus.OpenVersusSensor
All Implemented Interfaces:
LocationSensor

public class OpenVersusSensor
extends VersusSensor

Models a VersusTech infrared sensor object.

Version:
$Revision: 1.2 $
Author:
Jeffrey Hightower

Field Summary
 
Fields inherited from class uwcse.location.objects.versus.VersusSensor
NAME_PREFIX, sensingAxis
 
Fields inherited from class uwcse.location.objects.PhysicalObject
ANONYMOUS_NAME, m_name
 
Constructor Summary
OpenVersusSensor()
          Create a new anonymous open Versus sensor.
OpenVersusSensor(String sensorName)
          Create a new open Versus sensor object with the given name.
 
Method Summary
 
Methods inherited from class uwcse.location.objects.versus.VersusSensor
likelihood
 
Methods inherited from class uwcse.location.objects.FixedSensorObject
likelihood
 
Methods inherited from class uwcse.location.objects.PhysicalObject
getName, newTracker, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenVersusSensor

public OpenVersusSensor()
Create a new anonymous open Versus sensor.


OpenVersusSensor

public OpenVersusSensor(String sensorName)
Create a new open Versus sensor object with the given name.



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