uwcse.location.objects.alien
Class AlienTagMobile

java.lang.Object
  |
  +--uwcse.location.objects.PhysicalObject
        |
        +--uwcse.location.objects.MobileObject
              |
              +--uwcse.location.objects.alien.AlienTagMobile

public class AlienTagMobile
extends MobileObject

Models a mobile Alien RFID tag.

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
AlienTagMobile()
          Create a new anonymous mobile Alien tag.
AlienTagMobile(String sensorName)
          Create a new mobile Alien tag with the given id.
 
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

AlienTagMobile

public AlienTagMobile()
Create a new anonymous mobile Alien tag.


AlienTagMobile

public AlienTagMobile(String sensorName)
Create a new mobile Alien tag with the given id.



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