public class ConfigChangeStaticImpl extends ConfigChangeStatic
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigChangeStaticImpl.ConfigChangeStaticUpdate |
| Modifier and Type | Field and Description |
|---|---|
protected UnrealId |
Id
Id of this config message.
|
SimTime| Constructor and Description |
|---|
ConfigChangeStaticImpl()
Parameter-less contructor for the message.
|
ConfigChangeStaticImpl(ConfigChange original)
Cloning constructor from the full message.
|
ConfigChangeStaticImpl(ConfigChangeStatic original)
Cloning constructor from the message part.
|
ConfigChangeStaticImpl(ConfigChangeStaticImpl original)
Cloning constructor from the full message.
|
ConfigChangeStaticImpl(UnrealId Id)
Creates new instance of the message ConfigChange.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigChangeStaticImpl |
clone() |
UnrealId |
getId()
Id of this config message.
|
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 ConfigChangeStaticImpl()
public ConfigChangeStaticImpl(UnrealId Id)
Id - Id of this config message. This Id is generated from BotId, string "_CONFCH" is added at the end.public ConfigChangeStaticImpl(ConfigChange original)
original - public ConfigChangeStaticImpl(ConfigChangeStaticImpl original)
original - public ConfigChangeStaticImpl(ConfigChangeStatic original)
original - public void setSimTime(long SimTime)
ConfigChangeStaticsetSimTime in class ConfigChangeStaticpublic ConfigChangeStaticImpl clone()
clone in class ConfigChangeStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class ConfigChangeStaticpublic boolean isDifferentFrom(IStaticWorldObject other)
isDifferentFrom in interface IStaticWorldObjectisDifferentFrom in class ConfigChangeStaticpublic String toString()
toString in class ConfigChangeStaticpublic String toHtmlString()
toHtmlString in class ConfigChangeStaticCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.