Uses of Class
cz.cuni.amis.pogamut.ut2004.bot.IUT2004Bot.BoolBotParam

Packages that use IUT2004Bot.BoolBotParam
cz.cuni.amis.pogamut.ut2004.bot Abstract classes used for creating concrete bots. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
cz.cuni.amis.pogamut.ut2004.bot.jmx JMX interfaces for remote management of the bots. 
 

Uses of IUT2004Bot.BoolBotParam in cz.cuni.amis.pogamut.ut2004.bot
 

Methods in cz.cuni.amis.pogamut.ut2004.bot that return IUT2004Bot.BoolBotParam
static IUT2004Bot.BoolBotParam IUT2004Bot.BoolBotParam.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IUT2004Bot.BoolBotParam[] IUT2004Bot.BoolBotParam.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot with parameters of type IUT2004Bot.BoolBotParam
 boolean IUT2004Bot.getBoolConfigure(IUT2004Bot.BoolBotParam param)
          Get configuration parameter value.
 void IUT2004Bot.setBoolConfigure(IUT2004Bot.BoolBotParam param, boolean value)
          Configures bot property.
 

Uses of IUT2004Bot.BoolBotParam in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl with parameters of type IUT2004Bot.BoolBotParam
 boolean UT2004Bot.getBoolConfigure(IUT2004Bot.BoolBotParam param)
           
 void UT2004Bot.setBoolConfigure(IUT2004Bot.BoolBotParam param, boolean value)
           
 

Uses of IUT2004Bot.BoolBotParam in cz.cuni.amis.pogamut.ut2004.bot.jmx
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.jmx with parameters of type IUT2004Bot.BoolBotParam
 boolean BotJMXProxy.getBoolConfigure(IUT2004Bot.BoolBotParam param)
           
 void BotJMXProxy.setBoolConfigure(IUT2004Bot.BoolBotParam param, boolean value)
           
 



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