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:
IWorldObject, 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()
           
 UnrealId getId()
          Message identifier.
 TeamScoreMessage.TeamScoreLocalMessage getLocal()
           
 ISharedWorldObject getShared()
           
 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 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.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

toString

public String toString()
Overrides:
toString in class TeamScoreLocal

toHtmlString

public String toHtmlString()
Overrides:
toHtmlString in class TeamScoreLocal


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