| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.utils | |
| 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.factory.guice.remoteagent | |
| cz.cuni.amis.pogamut.ut2004.utils |
Utility classes connected to the Unreal Engine.
|
| cz.cuni.amis.pogamut.ut2004multi.bot.impl | |
| cz.cuni.amis.pogamut.ut2004multi.factory.guice.remoteagent |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotDescriptor<PARAMS> |
UT2004BotDescriptor.setController(Class<? extends IUT2004BotController> controllerClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUT2004BotLogicController<BOT extends UT2004Bot,LOGIC_MODULE extends LogicModule> |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004Bot<WORLD_VIEW extends IVisionWorldView,ACT extends IAct,CONTROLLER extends IUT2004BotController>
Ancestor of all UT2004 bots.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004BotController<BOT extends UT2004Bot> |
class |
UT2004BotLogicController<BOT extends UT2004Bot> |
class |
UT2004BotModuleController<BOT extends UT2004Bot>
The most advanced controller that is available.
|
| Constructor and Description |
|---|
UT2004Bot(UT2004BotParameters parameters,
IComponentBus eventBus,
IAgentLogger logger,
IWorldView worldView,
IAct act,
IUT2004BotController init) |
| Constructor and Description |
|---|
UT2004BotModule(Class<? extends IUT2004BotController> botControllerClass) |
| Constructor and Description |
|---|
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass)
Construct the runner without specifying anything as default.
|
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass,
String name)
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
|
UT2004BotRunner(Class<? extends IUT2004BotController> botControllerClass,
String name,
String host,
int port)
Construct the runner + specify all defaults.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004BotMultiController |
| Constructor and Description |
|---|
UT2004MultiBotModule(Class<? extends IUT2004BotController> botControllerClass) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.