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

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

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

Methods in cz.cuni.amis.pogamut.ut2004.tournament.capturetheflag with parameters of type UT2004NativeBotConfig
 UT2004CaptureTheFlagConfig UT2004CaptureTheFlagConfig.addNativeBot(UT2004NativeBotConfig... bots)
           
 UT2004MatchConfig UT2004CaptureTheFlagConfig.setNativeBot(UT2004NativeBotConfig... bots)
           
 

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

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

Fields in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with type parameters of type UT2004NativeBotConfig
protected  Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> UT2004DeathMatchTournamentConfig.nativeBots
          Native bots in the tournament.
 

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

Methods in cz.cuni.amis.pogamut.ut2004.tournament.deathmatch with parameters of type UT2004NativeBotConfig
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.addNativeBot(UT2004NativeBotConfig... bots)
          Adds NEW native bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
 UT2004DeathMatchConfig UT2004DeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots)
           
 UT2004DeathMatchTournamentConfig UT2004DeathMatchTournamentConfig.setNativeBot(UT2004NativeBotConfig... bots)
          Sets native bot configuration into the object, does not checks whether there is BotId clash.
 UT2004DeathMatchConfig UT2004DeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots)
           
 

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

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

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

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004NativeBotConfig
 UT2004NativeBotConfig UT2004NativeBotConfig.setBotId(cz.cuni.amis.utils.token.IToken botId)
          Sets ID of this bot configuration.
 UT2004NativeBotConfig UT2004NativeBotConfig.setBotId(String botId)
          Sets ID of this bot configuration.
 UT2004NativeBotConfig UT2004NativeBotConfig.setDesiredSkill(int skillLevel)
          Sets desired skill level that the bot should have.
 UT2004NativeBotConfig UT2004NativeBotConfig.setTeamNumber(int teamNumber)
          Sets team number of the team the bot should join.
 

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

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004NativeBotConfig
 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.setNativeBot(UT2004NativeBotConfig... bots)
          Sets native 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 UT2004NativeBotConfig
 UT2004MatchConfig UT2004MatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
           
 

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

Uses of UT2004NativeBotConfig in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch with parameters of type UT2004NativeBotConfig
 UT2004TeamDeathMatchConfig UT2004TeamDeathMatchConfig.addNativeBot(UT2004NativeBotConfig... bots)
           
 UT2004MatchConfig UT2004TeamDeathMatchConfig.setNativeBot(UT2004NativeBotConfig... bots)
           
 

Method parameters in cz.cuni.amis.pogamut.ut2004.tournament.teamdeathmatch with type arguments of type UT2004NativeBotConfig
 UT2004TeamDeathMatchConfig UT2004TeamDeathMatchConfig.setNativeBots(Map<cz.cuni.amis.utils.token.IToken,UT2004NativeBotConfig> nativeBots)
           
 



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