cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class SelfMessage.SelfSharedMessage

Package class diagram package SelfMessage.SelfSharedMessage
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfSharedMessage
All Implemented Interfaces:
IWorldObject, ISharedWorldObject, Cloneable
Enclosing class:
SelfMessage

public class SelfMessage.SelfSharedMessage
extends SelfShared

Implementation of the shared part of the GameBots2004 message SLF, used to facade SLFMessage.

Complete message documentation: Synchronous message. Information about your bot's state.


Field Summary
protected  HashMap<PropertyId,ISharedProperty> propertyMap
           
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
SharedPropertyTokens, SimTime
 
Constructor Summary
SelfMessage.SelfSharedMessage()
           
 
Method Summary
 SelfMessage.SelfSharedMessage clone()
           
 UnrealId getId()
          Unique Id of this self message instance.
 Map<PropertyId,ISharedProperty> getProperties()
           
 ISharedProperty getProperty(PropertyId id)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfShared
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
 

Field Detail

propertyMap

protected HashMap<PropertyId,ISharedProperty> propertyMap
Constructor Detail

SelfMessage.SelfSharedMessage

public SelfMessage.SelfSharedMessage()
Method Detail

clone

public SelfMessage.SelfSharedMessage clone()
Specified by:
clone in interface ISharedWorldObject
Specified by:
clone in class SelfShared

getProperty

public ISharedProperty getProperty(PropertyId id)

getProperties

public Map<PropertyId,ISharedProperty> getProperties()

getId

public UnrealId getId()
Unique Id of this self message instance.

Specified by:
getId in interface IWorldObject
Specified by:
getId in class SelfShared

toString

public String toString()
Overrides:
toString in class SelfShared

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class SelfShared


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