|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--uwcse.location.core.LocationReport
|
+--uwcse.location.core.StateLocationReport
A state location report contains a State of an object.
| Constructor Summary | |
StateLocationReport()
Create an empty state location report using a null state. |
|
StateLocationReport(State state)
Create a state location report using the state. |
|
StateLocationReport(StateLocationReport report)
Create a location report as a copy of the given one. |
|
StateLocationReport(Tracker tracker,
State state)
Create a state location report using the given tracker and state. |
|
| Method Summary | |
State |
getMostLikelyState()
The most likely state of this report is just the state so this method simply returns the state. |
State |
getState()
Get the state. |
| Methods inherited from class uwcse.location.core.LocationReport |
getLastMeasurement, getTimestamp, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StateLocationReport()
public StateLocationReport(State state)
public StateLocationReport(Tracker tracker,
State state)
public StateLocationReport(StateLocationReport report)
| Method Detail |
public State getMostLikelyState()
getState()public State getState()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||