|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
public class ConfigChangeStaticImpl

Implementation of the static part of the GameBots2004 message CONFCH.
Complete message documentation: Asynchronous message. Message sent when the bot configuration changed - each agent has a lot of parameters affecting his state in the environment. See each property for the details.
| Nested Class Summary | |
|---|---|
static class |
ConfigChangeStaticImpl.ConfigChangeStaticUpdate
|
| Field Summary | |
|---|---|
protected UnrealId |
Id
Id of this config message. |
| Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic |
|---|
SimTime |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
ConfigChangeStaticImpl |
clone()
|
UnrealId |
getId()
Id of this config message. |
void |
setSimTime(long SimTime)
Used by Yylex to slip correct time of the object or programmatically. |
java.lang.String |
toHtmlString()
|
java.lang.String |
toString()
|
| Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic |
|---|
getCompositeClass, getSimTime |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected UnrealId Id
| Constructor Detail |
|---|
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 - | Method Detail |
|---|
public void setSimTime(long SimTime)
ConfigChangeStatic
setSimTime in class ConfigChangeStaticpublic ConfigChangeStaticImpl clone()
clone in class ConfigChangeStaticpublic UnrealId getId()
getId in interface IWorldObjectgetId in class ConfigChangeStaticpublic java.lang.String toString()
toString in class ConfigChangeStaticpublic java.lang.String toHtmlString()
toHtmlString in class ConfigChangeStatic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||