| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IUDKBot.getBoolConfigure(IUDKBot.BoolBotParam param)
Get configuration parameter value.
|
void |
IUDKBot.setBoolConfigure(IUDKBot.BoolBotParam param,
boolean value)
Configures bot property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UDKBot.getBoolConfigure(IUDKBot.BoolBotParam param) |
void |
UDKBot.setBoolConfigure(IUDKBot.BoolBotParam param,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BotJMXProxy.getBoolConfigure(IUDKBot.BoolBotParam param) |
void |
BotJMXProxy.setBoolConfigure(IUDKBot.BoolBotParam param,
boolean value) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.