| Constructor and Description |
|---|
UT2004BotExecutionConfig(UT2004BotConfig value)
Copy-constructor;
|
| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.addBot(UT2004BotConfig... bots) |
UT2004MatchConfig |
UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004CaptureTheFlagConfig |
UT2004CaptureTheFlagConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.bots
Custom (Pogamut) bots in the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004DeathMatchTournamentConfig.getBots()
Map with custom (Pogamut) bots that are enlisted to the tournament.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.addBot(UT2004BotConfig... bots)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.addBot(UT2004BotConfig... bots) |
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
UT2004MatchConfig |
UT2004DeathMatchConfig.setBot(UT2004BotConfig... bots) |
| Modifier and Type | Method and Description |
|---|---|
UT2004DeathMatchTournamentConfig |
UT2004DeathMatchTournamentConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
UT2004DeathMatchConfig |
UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.bots |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotConfig |
UT2004BotConfig.setBotId(cz.cuni.amis.utils.token.IToken botId) |
UT2004BotConfig |
UT2004BotConfig.setBotId(String botId) |
UT2004BotConfig |
UT2004BotConfig.setPathToBotJar(String pathToBotJar) |
UT2004BotConfig |
UT2004BotConfig.setRedirectStdErr(boolean redirectStdErr) |
UT2004BotConfig |
UT2004BotConfig.setRedirectStdOut(boolean redirectStdOut) |
UT2004BotConfig |
UT2004BotConfig.setTeamNumber(int teamNumber)
Sets team number the bot should play for.
|
| Modifier and Type | Method and Description |
|---|---|
Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> |
UT2004MatchConfig.getBots() |
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.addBot(UT2004BotConfig... bots)
Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
|
UT2004MatchConfig |
UT2004MatchConfig.setBot(UT2004BotConfig... bots)
Sets bot configuration into the object, does not checks whether there is BotId clash.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004MatchConfig |
UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots) |
| Constructor and Description |
|---|
UT2004BotConfig(UT2004BotConfig value)
Copy-constructor.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.