cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class SelfMessage.SelfLocalMessage
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal
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.
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfLocal |
SimTime |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelfMessage.SelfLocalMessage
public SelfMessage.SelfLocalMessage()
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