cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class ConfigChangeMessage.ConfigChangeStaticMessage

Package class diagram package ConfigChangeMessage.ConfigChangeStaticMessage
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.ConfigChangeMessage.ConfigChangeStaticMessage
All Implemented Interfaces:
IWorldObject, IStaticWorldObject
Enclosing class:
ConfigChangeMessage

public class ConfigChangeMessage.ConfigChangeStaticMessage
extends ConfigChangeStatic

Implementation of the static part of the GameBots2004 message CONFCH, used to facade CONFCHMessage.

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.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
SimTime
 
Constructor Summary
ConfigChangeMessage.ConfigChangeStaticMessage()
           
 
Method Summary
 ConfigChangeMessage.ConfigChangeStaticMessage clone()
           
 UnrealId getId()
          Id of this config message.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChangeStatic
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigChangeMessage.ConfigChangeStaticMessage

public ConfigChangeMessage.ConfigChangeStaticMessage()
Method Detail

clone

public ConfigChangeMessage.ConfigChangeStaticMessage 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

isDifferentFrom

public boolean isDifferentFrom(IStaticWorldObject other)
Specified by:
isDifferentFrom in interface IStaticWorldObject
Overrides:
isDifferentFrom in class ConfigChangeStatic

toString

public String toString()
Overrides:
toString in class ConfigChangeStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class ConfigChangeStatic


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.