| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.bot.impl | |
| cz.cuni.amis.pogamut.ut2004.bot.params | |
| 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 |
|---|---|
UT2004BotParameters |
UT2004Bot.getParams()
Returns parameters that were passed into the agent during the construction.
|
| Constructor and Description |
|---|
UT2004Bot(UT2004BotParameters parameters,
IComponentBus eventBus,
IAgentLogger logger,
IWorldView worldView,
IAct act,
IUT2004BotController init) |
| Modifier and Type | Method and Description |
|---|---|
UT2004BotParameters |
UT2004BotParameters.setAgentId(IAgentId agentId) |
UT2004BotParameters |
UT2004BotParameters.setInitialLocation(Location location) |
UT2004BotParameters |
UT2004BotParameters.setInitialRotation(Rotation rotation) |
UT2004BotParameters |
UT2004BotParameters.setTeam(Integer team)
Preferred team.
|
UT2004BotParameters |
UT2004BotParameters.setWorldAddress(IWorldConnectionAddress address) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004BotFactory<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
Guice-base
IUT2004Bot factory. |
class |
UT2004BotModule<PARAMS extends UT2004BotParameters>
Module extending
UT2004CommunicationModule for the purpose of UT2004Bot instantiation. |
| 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.
|
class |
UT2004BotRunner<BOT extends IUT2004Bot,PARAMS extends UT2004BotParameters>
Class used for creating, connecting and starting servers with default settings that are taken from the properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<BOT> |
UT2004BotRunner.startAgents(PARAMS... agentParameters) |
| 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.