Uses of Class
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch.UT2004DeathMatchConfig

Packages that use UT2004DeathMatchConfig
cz.cuni.amis.pogamut.ut2004.tournament.deathmatch   
 

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

Fields in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch declared as UT2004DeathMatchConfig
protected  UT2004DeathMatchConfig UT2004DeathMatchRepeater.matchConfig
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return UT2004DeathMatchConfig
 UT2004DeathMatchConfig UT2004DeathMatchConfig.addBot(UT2004BotConfig... bots)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.clearBots()
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.clearNativeBots()
           
protected  UT2004DeathMatchConfig UT2004DeathMatch1v1.configure1Vs1()
          Contains main code that setups the UT2004DeathMatchConfig, UT2004BotConfig and UCCWrapper instances (it might be interesting for you to check the code for yourself if you wish to customize it further...).
 UT2004DeathMatchConfig UT2004DeathMatchTournamentConfig.createConfiguration(List<cz.cuni.amis.utils.token.IToken> chosenBots)
          Creates UT2004DeathMatchConfig for bots of ids from 'chosenBots'.
 UT2004DeathMatchConfig[] UT2004DeathMatchTournamentConfig.createMatcheConfigs()
          This method will create all combinations of matche configs that consists of 'numBotsInOneMatch' that is obtained via UT2004DeathMatchTournamentConfig.getNumBotsInOneMatch().
 UT2004DeathMatchConfig[] UT2004DeathMatchTournamentConfig.createMatcheConfigs(int numBotsInOneMatch)
          This method will create all combinations of matche configs that consists of 'numBotsInOneMatch' bots, i.e., all 1v1 (numBotsInOneMatch == 2) or all 1v1v1 (numBotsInOneMatch == 3), etc.
protected  UT2004DeathMatchConfig[] UT2004DeathMatchTournamentConfig.generateMatches(int numBots)
           
 UT2004DeathMatchConfig UT2004DeathMatchRepeater.getMatchConfig()
          Which match we're going to evaluate.
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setFragLimit(int fragLimit)
          Alters GB2004Ini as well.
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setGb2004Ini(GameBots2004Ini gb2004Ini)
          Values from current Frag/Time limit are automatically copied into the ini.
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setOutputDirectory(File outputDirectory)
           
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setTimeLimit(int timeLimitInMinutes)
          Alters GB2004Ini as well.
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setUccConf(UCCWrapperConf uccConf)
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004DeathMatchConfig
 void UT2004DeathMatchRepeater.setMatchConfig(UT2004DeathMatchConfig matchConfig)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type arguments of type UT2004DeathMatchConfig
protected  void UT2004DeathMatchTournamentConfig.generate(List<UT2004DeathMatchConfig> result, int numBots, List<cz.cuni.amis.utils.token.IToken> botIds, int startFrom, List<cz.cuni.amis.utils.token.IToken> chosenBots)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004DeathMatchConfig
UT2004DeathMatch(UT2004DeathMatchConfig config, cz.cuni.amis.pogamut.base.utils.logging.LogCategory log)
           
UT2004DeathMatchConfig(UT2004DeathMatchConfig orig)
          Copy-constructor.
UT2004DeathMatchRepeater(UT2004DeathMatchConfig match, int repeats, cz.cuni.amis.pogamut.base.utils.logging.LogCategory log)
           
 



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