|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uwcse.location.core.Tracker
|
+--uwcse.location.core.StaticTracker
A class containing functionality to track a static physical object or set of grouped physical objects. A single State represents the object's location.
| Field Summary | |
protected State |
m_state
|
| Fields inherited from class uwcse.location.core.Tracker |
m_elapsedTime, m_lastMeasurement, m_lastUpdateTime, m_trueStateMeasurement, m_worldMap |
| Constructor Summary | |
StaticTracker(StaticTracker tracker)
Create a static object tracker as a copy of the given tracker. |
|
StaticTracker(WorldMap map)
Create an fixed object tracker to track a static physical object or set of grouped physical objects on the given map. |
|
| Method Summary | |
Object |
clone()
|
LocationReport |
createLocationReport()
Compute a location report for the object being tracked. |
void |
initLocation(LocationReport report)
Initialize the tracker to the most likely state of the given location report. |
void |
merge(Tracker tracker)
Incorporate information contained in given tracker into this tracker. |
String |
toString()
|
| Methods inherited from class uwcse.location.core.Tracker |
getLastMeasurement, getRMSError, getTimestamp, getTrueStateMeasurement, getWorldMap, setTrueStateMeasurement, update |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected State m_state
| Constructor Detail |
public StaticTracker(WorldMap map)
public StaticTracker(StaticTracker tracker)
| Method Detail |
public Object clone()
clone in class Objectpublic void initLocation(LocationReport report)
public LocationReport createLocationReport()
public String toString()
toString in class Objectpublic void merge(Tracker tracker)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||