|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.flightdynamicsmodel.HistoryEntry<_ELEMENT_>
_ELEMENT_ - - the data elementpublic class HistoryEntry<_ELEMENT_>
Defines a time-stamped entry for an arbitrary data element. It is used to maintain a restricted-length history queue to derive trend information.
| Field Summary | |
|---|---|
private _ELEMENT_ |
_element
the element |
protected Time |
_time
the time |
| Constructor Summary | |
|---|---|
HistoryEntry(Time time,
_ELEMENT_ element)
Creates a history entry. |
|
| Method Summary | |
|---|---|
_ELEMENT_ |
getElement()
Returns the element. |
Time |
getTime()
Returns the time. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final _ELEMENT_ _element
protected final Time _time
| Constructor Detail |
|---|
public HistoryEntry(Time time,
_ELEMENT_ element)
time - - the timeelement - - the element| Method Detail |
|---|
public _ELEMENT_ getElement()
public Time getTime()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||