| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.tournament.match | |
| cz.cuni.amis.pogamut.ut2004.tournament.playground |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004HumanConfig> |
UT2004MatchConfig.humans |
| Modifier and Type | Method and Description |
|---|---|
UT2004HumanConfig |
UT2004HumanConfig.setHumanId(cz.cuni.amis.utils.token.IToken botId)
Sets ID of this human configuration.
|
UT2004HumanConfig |
UT2004HumanConfig.setHumanId(String humanId)
Sets ID of this bot configuration.
|
UT2004HumanConfig |
UT2004HumanConfig.setTeamNumber(int teamNumber)
Sets team number of the team the bot should join.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004HumanConfig> |
UT2004MatchConfig.getHumans() |
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.addHuman(UT2004HumanConfig... humans)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004MatchConfig |
UT2004MatchConfig.setHuman(UT2004HumanConfig... humans)
Sets human configuration into the object, does not checks whether there is BotId clash.
|
| Constructor and Description |
|---|
UT2004HumanConfig(UT2004HumanConfig value)
Copy-constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UT2004HumanConfig |
Main.human(int number,
int team) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.