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

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

public class SelfMessage.SelfStaticMessage
extends SelfStatic

Implementation of the static 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.SelfStatic
SimTime
 
Constructor Summary
SelfMessage.SelfStaticMessage()
           
 
Method Summary
 SelfMessage.SelfStaticMessage clone()
           
 UnrealId getId()
          Unique Id of this self message instance.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.SelfStatic
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

SelfMessage.SelfStaticMessage

public SelfMessage.SelfStaticMessage()
Method Detail

clone

public SelfMessage.SelfStaticMessage clone()
Specified by:
clone in class SelfStatic

getId

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

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

isDifferentFrom

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

toString

public String toString()
Overrides:
toString in class SelfStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class SelfStatic


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