public interface IWorldObject
| Modifier and Type | Method and Description |
|---|---|
WorldObjectId |
getId()
Returns an id of the object that is unique among all world objects.
|
long |
getSimTime()
Returns world time when the object was seen/updated for the last time.
|
WorldObjectId getId()
long getSimTime()
The time suppose to be growing as the simulation carries on.
Always should be actual_timestamp >= any_prevously_recorded_timestamp,
object1.getLastSeenTime() > object2.getLastSeenTime() means that object1 last seen after object2
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.