public class AliveMessageLocalImpl extends AliveMessageLocal
Modifier and Type | Class and Description |
---|---|
static class |
AliveMessageLocalImpl.AliveMessageLocalUpdate |
Modifier and Type | Field and Description |
---|---|
protected double |
Time
Game time when this message was send.
|
AliveMessageId, SimTime
Constructor and Description |
---|
AliveMessageLocalImpl()
Parameter-less contructor for the message.
|
AliveMessageLocalImpl(AliveMessage original)
Cloning constructor from the full message.
|
AliveMessageLocalImpl(AliveMessageLocal original)
Cloning constructor from the message part.
|
AliveMessageLocalImpl(AliveMessageLocalImpl original)
Cloning constructor from the full message.
|
Modifier and Type | Method and Description |
---|---|
AliveMessageLocalImpl |
clone() |
UnrealId |
getId() |
AliveMessageLocalImpl |
getLocal() |
ISharedWorldObject |
getShared() |
IStaticWorldObject |
getStatic() |
double |
getTime()
Game time when this message was send.
|
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTime
toJsonLiteral
public AliveMessageLocalImpl()
public AliveMessageLocalImpl(AliveMessage original)
original
- public AliveMessageLocalImpl(AliveMessageLocalImpl original)
original
- public AliveMessageLocalImpl(AliveMessageLocal original)
original
- public UnrealId getId()
getId
in interface IWorldObject
getId
in class AliveMessageLocal
public void setSimTime(long SimTime)
AliveMessageLocal
setSimTime
in class AliveMessageLocal
public AliveMessageLocalImpl clone()
clone
in interface ILocalWorldObject
clone
in class AliveMessageLocal
public double getTime()
getTime
in class AliveMessageLocal
public AliveMessageLocalImpl getLocal()
getLocal
in class AliveMessageLocal
public ISharedWorldObject getShared()
getShared
in class AliveMessageLocal
public IStaticWorldObject getStatic()
getStatic
in class AliveMessageLocal
public String toString()
toString
in class AliveMessageLocal
public String toHtmlString()
toHtmlString
in class AliveMessageLocal
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.