cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class ConfigChangeStaticImpl

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStaticImpl
All Implemented Interfaces:
IWorldObject, IStaticWorldObject

public class ConfigChangeStaticImpl
extends ConfigChangeStatic

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

Id

protected UnrealId Id
Id of this config message. This Id is generated from BotId, string "_CONFCH" is added at the end.

Constructor Detail

ConfigChangeStaticImpl

public ConfigChangeStaticImpl()
Parameter-less contructor for the message.


ConfigChangeStaticImpl

public ConfigChangeStaticImpl(UnrealId Id)
Creates new instance of the message ConfigChange. 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. Corresponding GameBots message (static part) is CONFCH.

Parameters:
Id - Id of this config message. This Id is generated from BotId, string "_CONFCH" is added at the end.

ConfigChangeStaticImpl

public ConfigChangeStaticImpl(ConfigChange original)
Cloning constructor from the full message.

Parameters:
original -

ConfigChangeStaticImpl

public ConfigChangeStaticImpl(ConfigChangeStaticImpl original)
Cloning constructor from the full message.

Parameters:
original -

ConfigChangeStaticImpl

public ConfigChangeStaticImpl(ConfigChangeStatic original)
Cloning constructor from the message part.

Parameters:
original -
Method Detail

setSimTime

public void setSimTime(long SimTime)
Description copied from class: ConfigChangeStatic
Used by Yylex to slip correct time of the object or programmatically.

Overrides:
setSimTime in class ConfigChangeStatic

clone

public ConfigChangeStaticImpl clone()
Specified by:
clone in class ConfigChangeStatic

getId

public UnrealId getId()
Id of this config message. This Id is generated from BotId, string "_CONFCH" is added at the end.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class ConfigChangeStatic
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class ConfigChangeStatic

toHtmlString

public java.lang.String toHtmlString()
Overrides:
toHtmlString in class ConfigChangeStatic