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

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
          extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfMessage.SelfLocalMessage
All Implemented Interfaces:
IWorldObject, ILocalWorldObject, java.lang.Cloneable
Enclosing class:
SelfMessage

public class SelfMessage.SelfLocalMessage
extends SelfLocal

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

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


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
SimTime
 
Constructor Summary
SelfMessage.SelfLocalMessage()
           
 
Method Summary
 SelfMessage.SelfLocalMessage clone()
           
 UnrealId getId()
          Unique Id of the bot.
 SelfMessage.SelfLocalMessage getLocal()
           
 ISharedWorldObject getShared()
           
 IStaticWorldObject getStatic()
           
 java.lang.String toHtmlString()
           
 java.lang.String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelfMessage.SelfLocalMessage

public SelfMessage.SelfLocalMessage()
Method Detail

clone

public SelfMessage.SelfLocalMessage clone()
Specified by:
clone in interface ILocalWorldObject
Specified by:
clone in class SelfLocal

getLocal

public SelfMessage.SelfLocalMessage getLocal()
Overrides:
getLocal in class SelfLocal

getShared

public ISharedWorldObject getShared()
Overrides:
getShared in class SelfLocal

getStatic

public IStaticWorldObject getStatic()
Overrides:
getStatic in class SelfLocal

getId

public UnrealId getId()
Unique Id of the bot.

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

toString

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

toHtmlString

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