public abstract class AliveMessage extends InfoMessage implements IWorldEvent, IWorldChangeEvent, ICompositeWorldObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AliveMessage.AliveMessageUpdate |
| Modifier and Type | Field and Description |
|---|---|
static UnrealId |
AliveMessageId |
static String |
PROTOTYPE
Example how the message looks like - used during parser tests.
|
protected long |
SimTime |
| Constructor and Description |
|---|
AliveMessage()
Parameter-less contructor for the message.
|
| Modifier and Type | Method and Description |
|---|---|
UnrealId |
getId() |
long |
getSimTime()
Simulation time in MILLI SECONDS !!!
|
abstract double |
getTime()
Game time when this message was send.
|
protected void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toJsonLiteral() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocal, getShared, getStaticpublic static final String PROTOTYPE
public static final UnrealId AliveMessageId
protected long SimTime
public UnrealId getId()
getId in interface IWorldObjectpublic long getSimTime()
getSimTime in interface IWorldChangeEventgetSimTime in interface IWorldEventgetSimTime in interface IWorldObjectprotected void setSimTime(long SimTime)
public abstract double getTime()
public String toString()
toString in class InfoMessagepublic String toHtmlString()
public String toJsonLiteral()
toJsonLiteral in class InfoMessageCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.