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

Packages that use UT2004HumanConfig
cz.cuni.amis.pogamut.ut2004.tournament.match   
 

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

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

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match that return UT2004HumanConfig
 UT2004HumanConfig UT2004HumanConfig.setHumanId(cz.cuni.amis.utils.token.IToken botId)
          Sets ID of this human configuration.
 UT2004HumanConfig UT2004HumanConfig.setHumanId(String humanId)
          Sets ID of this bot configuration.
 UT2004HumanConfig UT2004HumanConfig.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 UT2004HumanConfig
 Map<cz.cuni.amis.utils.token.IToken,UT2004HumanConfig> UT2004MatchConfig.getHumans()
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.match with parameters of type UT2004HumanConfig
 UT2004MatchConfig UT2004MatchConfig.addHuman(UT2004HumanConfig... humans)
          Adds NEW bot configuration into the object, checks whether there is no BotId clash (if so, throws an exception).
 UT2004MatchConfig UT2004MatchConfig.setHuman(UT2004HumanConfig... humans)
          Sets human configuration into the object, does not checks whether there is BotId clash.
 

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



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