Uses of Class
cz.cuni.amis.pogamut.ut2004.tournament.botexecution.UT2004BotExecutionConfig

Packages that use UT2004BotExecutionConfig
cz.cuni.amis.pogamut.ut2004.tournament.botexecution   
cz.cuni.amis.pogamut.ut2004.tournament.match   
 

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

Fields in cz.cuni.amis.pogamut.ut2004.tournament.botexecution declared as UT2004BotExecutionConfig
protected  UT2004BotExecutionConfig UT2004BotExecution.config
           
 

Methods in cz.cuni.amis.pogamut.ut2004.tournament.botexecution that return UT2004BotExecutionConfig
 UT2004BotExecutionConfig UT2004BotExecutionConfig.setBotId(cz.cuni.amis.utils.token.IToken botId)
          Sets ID of this bot configuration.
 UT2004BotExecutionConfig UT2004BotExecutionConfig.setBotId(String botId)
          Sets ID of this bot configuration.
 UT2004BotExecutionConfig UT2004BotExecutionConfig.setPathToBotJar(String pathToBotJar)
          Sets the path to jar-file of the bot.
 UT2004BotExecutionConfig UT2004BotExecutionConfig.setRedirectStdErr(boolean redirectStdErr)
          Sets whether the StdErr of the bot execution should be redirected to log (== true, default) or sunk (== false).
 UT2004BotExecutionConfig UT2004BotExecutionConfig.setRedirectStdOut(boolean redirectStdOut)
          Sets whether the StdOut of the bot execution should be redirected to log (== true, default) or sunk (== false).
 

Constructors in cz.cuni.amis.pogamut.ut2004.tournament.botexecution with parameters of type UT2004BotExecutionConfig
UT2004BotExecution(UT2004BotExecutionConfig config, Logger log)
           
 

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

Subclasses of UT2004BotExecutionConfig in cz.cuni.amis.pogamut.ut2004.tournament.match
 class UT2004BotConfig
          Describes configuration of the custom-bot created using Pogamut platform.
 



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