| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.utils | |
| 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.factory.guice.remoteagent |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotDescriptor<PARAMS> |
UT2004BotDescriptor.setAgentModule(UT2004BotModule module) |
| Modifier and Type | Method and Description |
|---|---|
protected UT2004BotModule<PARAMS> |
UT2004BotFactory.getAgentModule() |
| Constructor and Description |
|---|
UT2004BotFactory(UT2004BotModule<PARAMS> agentModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleUT2004BotRunner<BOT extends UT2004Bot,PARAMS extends UT2004BotParameters,MODULE extends UT2004BotModule>
This class has only one purpose - execute ONE OR MORE BOTS inside 'main' method.
|
| Constructor and Description |
|---|
UT2004BotRunner(UT2004BotModule module)
Construct the runner without specifying anything as default.
|
UT2004BotRunner(UT2004BotModule module,
String name)
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
|
UT2004BotRunner(UT2004BotModule module,
String name,
String host,
int port)
Construct the runner + specify all defaults.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004MultiBotModule<PARAMS extends UT2004BotParameters>
Implements a bot module using shared WorldView
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.