public abstract class AliveMessageStatic extends InfoMessage implements IStaticWorldObject
| Modifier and Type | Field and Description |
|---|---|
static UnrealId |
AliveMessageId |
protected long |
SimTime |
| Constructor and Description |
|---|
AliveMessageStatic()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AliveMessageStatic |
clone() |
Class |
getCompositeClass() |
UnrealId |
getId() |
long |
getSimTime()
Simulation time in MILLI SECONDS !!!
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
toJsonLiteralpublic static final UnrealId AliveMessageId
protected long SimTime
public AliveMessageStatic()
public UnrealId getId()
getId in interface IWorldObjectpublic long getSimTime()
getSimTime in interface IWorldObjectprotected void setSimTime(long SimTime)
public abstract AliveMessageStatic clone()
public Class getCompositeClass()
getCompositeClass in interface IStaticWorldObjectpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectpublic String toString()
toString in class InfoMessagepublic String toHtmlString()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.