cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class TeamScoreMessage.TeamScoreStaticMessage

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

public class TeamScoreMessage.TeamScoreStaticMessage
extends TeamScoreStatic

Implementation of the static part of the GameBots2004 message TES, used to facade TESMessage.

Complete message documentation: Synchronous message. Contains the info about team score.


Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
SimTime
 
Constructor Summary
TeamScoreMessage.TeamScoreStaticMessage()
           
 
Method Summary
 TeamScoreMessage.TeamScoreStaticMessage clone()
           
 UnrealId getId()
          Message identifier.
 boolean isDifferentFrom(IStaticWorldObject other)
           
 String toHtmlString()
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScoreStatic
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

TeamScoreMessage.TeamScoreStaticMessage

public TeamScoreMessage.TeamScoreStaticMessage()
Method Detail

clone

public TeamScoreMessage.TeamScoreStaticMessage clone()
Specified by:
clone in class TeamScoreStatic

getId

public UnrealId getId()
Message identifier.

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

isDifferentFrom

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

toString

public String toString()
Overrides:
toString in class TeamScoreStatic

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class TeamScoreStatic


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