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