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

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

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

Subclasses of UT2004MatchConfig in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag
 class UT2004CaptureTheFlagConfig
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag that return UT2004MatchConfig
 UT2004MatchConfig UT2004CaptureTheFlagConfig.setBot(UT2004BotConfig... bots)
           
 UT2004MatchConfig UT2004CaptureTheFlagConfig.setNativeBot(UT2004NativeBotConfig... bots)
           
 

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

Subclasses of UT2004MatchConfig in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch
 class UT2004DeathMatchConfig
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch that return UT2004MatchConfig
 UT2004MatchConfig UT2004DeathMatchConfig.setBot(UT2004BotConfig... bots)
           
 UT2004MatchConfig UT2004DeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots)
           
 

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

Classes in cz.cuni.amis.pogamut.ut2004.tournament.match with type parameters of type UT2004MatchConfig
 class UT2004Match<CONFIG extends UT2004MatchConfig,RESULT extends UT2004MatchResult>
          This class serves as a gateway for creating various matches using custom bots.
 

Fields in cz.cuni.amis.pogamut.ut2004.tournament.match declared as UT2004MatchConfig
protected  CONFIG UT2004Match.config
          Configuration of the match, it contains all information that is needed to start the match.
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004MatchConfig
 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.addNativeBot(UT2004NativeBotConfig... bots)
          Adds NEW native bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
 UT2004MatchConfig UT2004MatchConfig.clearBots()
           
 UT2004MatchConfig UT2004MatchConfig.clearNativeBots()
           
 UT2004MatchConfig UT2004MatchConfig.setBot(UT2004BotConfig... bots)
          Sets bot configuration into the object, does not checks whether there is BotId clash.
 UT2004MatchConfig UT2004MatchConfig.setBots(Map<cz.cuni.amis.utils.token.IToken,UT2004BotConfig> bots)
           
 UT2004MatchConfig UT2004MatchConfig.setGb2004Ini(GameBots2004Ini gb2004Ini)
          No need to call, preinitialized automatically.
 UT2004MatchConfig UT2004MatchConfig.setNativeBot(UT2004NativeBotConfig... bots)
          Sets native bot configuration into the object, does not checks whether there is BotId clash.
 UT2004MatchConfig UT2004MatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
           
 UT2004MatchConfig UT2004MatchConfig.setOutputDirectory(File outputDirectory)
           
 UT2004MatchConfig UT2004MatchConfig.setUccConf(UCCWrapperConf uccConf)
           
 

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



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