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

Package class diagram package 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:
cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject, cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject, 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()
           
 cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
          Message identifier.
 TeamScoreMessage.TeamScoreLocalMessage getLocal()
           
 cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject getShared()
           
 cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject getStatic()
           
 String toHtmlString()
           
 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 cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
Specified by:
clone in class TeamScoreLocal

getLocal

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

getShared

public cz.cuni.amis.pogamut.multi.communication.worldview.object.ISharedWorldObject getShared()
Overrides:
getShared in class TeamScoreLocal

getStatic

public cz.cuni.amis.pogamut.multi.communication.worldview.object.IStaticWorldObject getStatic()
Overrides:
getStatic in class TeamScoreLocal

getId

public cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId getId()
Message identifier.

Specified by:
getId in interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
Specified by:
getId in class TeamScoreLocal

toString

public String toString()
Overrides:
toString in class TeamScoreLocal

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class TeamScoreLocal


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