|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||