|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UDKBotModule | |
|---|---|
| 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. |
| Uses of UDKBotModule in cz.cuni.amis.pogamut.udk.agent.utils |
|---|
| Methods in cz.cuni.amis.pogamut.udk.agent.utils with parameters of type UDKBotModule | |
|---|---|
UDKBotDescriptor<PARAMS> |
UDKBotDescriptor.setAgentModule(UDKBotModule module)
|
| Uses of UDKBotModule in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent |
|---|
| Methods in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent that return UDKBotModule | |
|---|---|
protected UDKBotModule<PARAMS> |
UDKBotFactory.getAgentModule()
|
| Constructors in cz.cuni.amis.pogamut.udk.factory.guice.remoteagent with parameters of type UDKBotModule | |
|---|---|
UDKBotFactory(UDKBotModule<PARAMS> agentModule)
|
|
| Uses of UDKBotModule in cz.cuni.amis.pogamut.udk.utils |
|---|
| Classes in cz.cuni.amis.pogamut.udk.utils with type parameters of type UDKBotModule | |
|---|---|
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. |
| Constructors in cz.cuni.amis.pogamut.udk.utils with parameters of type UDKBotModule | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||