public interface ISharedWorldObject extends IWorldObject, Cloneable
| Modifier and Type | Method and Description |
|---|---|
ISharedWorldObject |
clone() |
Class |
getCompositeClass() |
Map<PropertyId,ISharedProperty> |
getProperties() |
ISharedProperty |
getProperty(PropertyId id) |
long |
getSimTime()
Returns world time when the object was seen/updated for the last time.
|
getIdlong 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
getSimTime in interface IWorldObjectISharedWorldObject clone()
ISharedProperty getProperty(PropertyId id)
Map<PropertyId,ISharedProperty> getProperties()
Class getCompositeClass()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.