uwcse.location.objects.versus
Class VersusBadge

java.lang.Object
  |
  +--uwcse.location.objects.PhysicalObject
        |
        +--uwcse.location.objects.MobileObject
              |
              +--uwcse.location.objects.versus.VersusBadge

public class VersusBadge
extends MobileObject

Models A VersusTech infrared badge object.

Version:
$Revision: 1.2 $
Author:
Jeffrey Hightower

Field Summary
static String NAME_PREFIX
           
 
Fields inherited from class uwcse.location.objects.PhysicalObject
ANONYMOUS_NAME, m_name
 
Constructor Summary
VersusBadge()
          Create a new anonymous Versus badge.
VersusBadge(String sensorName)
          Create a new Versus badge object with the given name.
 
Method Summary
 
Methods inherited from class uwcse.location.objects.MobileObject
newMotionModel, newTracker
 
Methods inherited from class uwcse.location.objects.PhysicalObject
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_PREFIX

public static final String NAME_PREFIX
Constructor Detail

VersusBadge

public VersusBadge()
Create a new anonymous Versus badge.


VersusBadge

public VersusBadge(String sensorName)
Create a new Versus badge 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