public class SelfStaticImpl extends SelfStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
SelfStaticImpl.SelfStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Unique Id of this self message instance.
|
SimTime| Constructor and Description |
|---|
SelfStaticImpl()
Parameter-less contructor for the message.
|
SelfStaticImpl(Self original)
Cloning constructor from the full message.
|
SelfStaticImpl(SelfStatic original)
Cloning constructor from the message part.
|
SelfStaticImpl(SelfStaticImpl original)
Cloning constructor from the full message.
|
SelfStaticImpl(UnrealId Id)
Creates new instance of the message Self.
|
| Modifier and Type | Method and Description |
|---|---|
SelfStaticImpl |
clone() |
UnrealId |
getId()
Unique Id of this self message instance.
|
boolean |
isDifferentFrom(IStaticWorldObject other) |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically.
|
String |
toHtmlString() |
String |
toString() |
getCompositeClass, getSimTimetoJsonLiteralprotected UnrealId Id
public SelfStaticImpl()
public SelfStaticImpl(UnrealId Id)
Id - Unique Id of this self message instance.public SelfStaticImpl(Self original)
original - public SelfStaticImpl(SelfStaticImpl original)
original - public SelfStaticImpl(SelfStatic original)
original - public void setSimTime(long SimTime)
SelfStaticsetSimTime in class SelfStaticpublic SelfStaticImpl clone()
clone in class SelfStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class SelfStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class SelfStaticpublic String toString()
toString in class SelfStaticpublic String toHtmlString()
toHtmlString in class SelfStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.