Uses of Class
cz.cuni.amis.pogamut.ut2004.tournament.match.UT2004BotConfig

Packages that use UT2004BotConfig
cz.cuni.amis.pogamut.ut2004.tournament.botexecution   
cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag   
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch   
cz.cuni.amis.pogamut.ut2004.tournament.match   
 

Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.botexecution
 

Constructors in cz.cuni.amis.pogamut.ut2004.tournament.botexecution with parameters of type UT2004BotConfig
UT2004BotExecutionConfig(UT2004BotConfig value)
          Copy-constructor;
 

Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with parameters of type UT2004BotConfig
 UT2004CaptureTheFlagConfig UT2004CaptureTheFlagConfig.addBot(UT2004BotConfig... bots)
           
 UT2004MatchConfig UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with type arguments of type UT2004BotConfig
 UT2004CaptureTheFlagConfig UT2004CaptureTheFlagConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 

Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch
 

Fields in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type parameters of type UT2004BotConfig
protected  Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> UT2004DeathMatchTournamentConfig.bots
          Custom (Pogamut) bots in the tournament.
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return types with arguments of type UT2004BotConfig
 Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> UT2004DeathMatchTournamentConfig.getBots()
          Map with custom (Pogamut) bots that are enlisted to the tournament.
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004BotConfig
 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)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type arguments of type UT2004BotConfig
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 

Uses of UT2004BotConfig in cz.cuni.amis.pogamut.ut2004.tournament.match
 

Fields in cz.cuni.amis.pogamut.ut2004.tournament.match with type parameters of type UT2004BotConfig
protected  Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> UT2004MatchConfig.bots
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004BotConfig
 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.
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return types with arguments of type UT2004BotConfig
 Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> UT2004MatchConfig.getBots()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004BotConfig
 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.
 

Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.match with type arguments of type UT2004BotConfig
 UT2004MatchConfig UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004BotConfig
UT2004BotConfig(UT2004BotConfig value)
          Copy-constructor.
 



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