| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.udk.agent.utils | |
| 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.setAgentModule(UDKBotModule module) |
| Modifier and Type | Method and Description |
|---|---|
protected UDKBotModule<PARAMS> |
UDKBotFactory.getAgentModule() |
| Constructor and Description |
|---|
UDKBotFactory(UDKBotModule<PARAMS> agentModule) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleUDKBotRunner<BOT extends UDKBot,PARAMS extends UDKAgentParameters,MODULE extends UDKBotModule>
This class has only one purpose - execute ONE OR MORE BOTS inside 'main' method.
|
| Constructor and Description |
|---|
UDKBotRunner(UDKBotModule module)
Construct the runner without specifying anything as default.
|
UDKBotRunner(UDKBotModule module,
String name)
Construct the runner + specify the default name, host:port will be taken from the Pogamut platform properties.
|
UDKBotRunner(UDKBotModule module,
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.