| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Integer,TeamScore> |
AgentStats.teamScores
Most rescent message containing info about the player team's score.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,TeamScore> |
Game.getTeamScores()
Returns unmodifiable map with team scores.
|
Map<Integer,TeamScore> |
AgentStats.getTeamScores()
Returns map with scores of respective teams in the game.
|
| Modifier and Type | Class and Description |
|---|---|
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..
|
| Modifier and Type | Method and Description |
|---|---|
TeamScore |
UT2004CompositeObjectCreator.TeamScoreCreator.create(ILocalWorldObject localPart,
ISharedWorldObject sharedPart,
IStaticWorldObject staticPart) |
| Constructor and Description |
|---|
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 © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.