Uses of Class
cz.cuni.amis.pogamut.udk.bot.IUDKBot.BoolBotParam

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

Uses of IUDKBot.BoolBotParam in cz.cuni.amis.pogamut.udk.bot
 

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

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

Uses of IUDKBot.BoolBotParam in cz.cuni.amis.pogamut.udk.bot.impl
 

Methods in cz.cuni.amis.pogamut.udk.bot.impl with parameters of type IUDKBot.BoolBotParam
 boolean UDKBot.getBoolConfigure(IUDKBot.BoolBotParam param)
           
 void UDKBot.setBoolConfigure(IUDKBot.BoolBotParam param, boolean value)
           
 

Uses of IUDKBot.BoolBotParam in cz.cuni.amis.pogamut.udk.bot.jmx
 

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



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