cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class BombInfoMessage.BombInfoStaticMessage

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

public class BombInfoMessage.BombInfoStaticMessage
extends BombInfoStatic

Implementation of the static part of the GameBots2004 message BOM, used to facade BOMMessage.

Complete message documentation: Synchronous message. BombInfo contains all info about the bomb in the BotBombingRun game mode. Is not sent in other game types.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
SimTime
 
Constructor Summary
BombInfoMessage.BombInfoStaticMessage()
           
 
Method Summary
 BombInfoMessage.BombInfoStaticMessage clone()
           
 UnrealId getId()
          An unique Id for this bomb, assigned by the game.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoStatic
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

BombInfoMessage.BombInfoStaticMessage

public BombInfoMessage.BombInfoStaticMessage()
Method Detail

clone

public BombInfoMessage.BombInfoStaticMessage clone()
Specified by:
clone in class BombInfoStatic

getId

public UnrealId getId()
An unique Id for this bomb, assigned by the game.

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

isDifferentFrom

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

toString

public String toString()
Overrides:
toString in class BombInfoStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class BombInfoStatic


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