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

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

public class TeamScoreMessage.TeamScoreLocalMessage
extends TeamScoreLocal

Implementation of the local 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.TeamScoreLocal
SimTime
 
Constructor Summary
TeamScoreMessage.TeamScoreLocalMessage()
           
 
Method Summary
 TeamScoreMessage.TeamScoreLocalMessage clone()
           
 UnrealId getId()
          Message identifier.
 TeamScoreMessage.TeamScoreLocalMessage 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.TeamScoreLocal
getCompositeClass, getSimTime, setSimTime
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TeamScoreMessage.TeamScoreLocalMessage

public TeamScoreMessage.TeamScoreLocalMessage()
Method Detail

clone

public TeamScoreMessage.TeamScoreLocalMessage clone()
Specified by:
clone in interface ILocalWorldObject
Specified by:
clone in class TeamScoreLocal

getLocal

public TeamScoreMessage.TeamScoreLocalMessage getLocal()
Overrides:
getLocal in class TeamScoreLocal

getShared

public ISharedWorldObject getShared()
Overrides:
getShared in class TeamScoreLocal

getStatic

public IStaticWorldObject getStatic()
Overrides:
getStatic in class TeamScoreLocal

getId

public UnrealId getId()
Message identifier.

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

toString

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

toHtmlString

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