Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.TeamScore

Packages that use TeamScore
cz.cuni.amis.pogamut.ut2004.agent.module.sensor Utility classes concerning some aspects of the gameplay (mainly for UT). 
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages   
 

Uses of TeamScore in cz.cuni.amis.pogamut.ut2004.agent.module.sensor
 

Fields in cz.cuni.amis.pogamut.ut2004.agent.module.sensor with type parameters of type TeamScore
protected  Map<Integer,TeamScore> AgentStats.teamScores
          Most rescent message containing info about the player team's score.
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.sensor that return types with arguments of type TeamScore
 Map<Integer,TeamScore> AgentStats.getTeamScores()
          Returns map with scores of respective teams in the game.
 Map<Integer,TeamScore> Game.getTeamScores()
          Returns unmodifiable map with team scores.
 

Uses of TeamScore in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 

Subclasses of TeamScore in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
 class TeamScoreCompositeImpl
          Composite implementation of the TES abstract message.
 class TeamScoreMessage
          Implementation of the GameBots2004 message TES contains also its Local/Shared/Static subpart class definitions..
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages that return TeamScore
 TeamScore UT2004CompositeObjectCreator.TeamScoreCreator.create(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages with parameters of type TeamScore
TeamScore.TeamScoreUpdate(TeamScore source, long eventTime, ITeamId teamId)
           
TeamScoreLocalImpl(TeamScore original)
          Cloning constructor from the full message.
TeamScoreStaticImpl(TeamScore original)
          Cloning constructor from the full message.
 



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