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