|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This class is intended to be a marker for object creation. Specifically objects from the world package can use it to compare creation times as well as have other components know about how long it has been since a certain object was created (i.e. knowledge deprecation).
| Method Summary | |
boolean |
equals(Object time)
Returns whether the two stamps are at the same point in time. |
long |
getMilliseconds()
Return the milliseconds component of this time. |
int |
getNanoseconds()
Return the nanosecond component of this time. |
long |
getTimeSince(util.TimeStamp time)
Return the value in milliseconds between the two objects. |
boolean |
isBefore(util.TimeStamp time)
If this TimeStamp was created before the TimeStamp passed in. |
| Method Detail |
public boolean equals(Object time)
equals in class Objectpublic long getMilliseconds()
public int getNanoseconds()
public long getTimeSince(util.TimeStamp time)
public boolean isBefore(util.TimeStamp time)
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||