| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.agent.params | |
| cz.cuni.amis.pogamut.ut2004.analyzer | |
| cz.cuni.amis.pogamut.ut2004.bot.params | |
| cz.cuni.amis.pogamut.ut2004.factory.direct.remoteagent | |
| cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent | |
| cz.cuni.amis.pogamut.ut2004.observer.impl | |
| cz.cuni.amis.pogamut.ut2004.server.impl | |
| cz.cuni.amis.pogamut.ut2004.utils |
Utility classes connected to the Unreal Engine.
|
| Modifier and Type | Method and Description |
|---|---|
UT2004AgentParameters |
UT2004AgentParameters.setAgentId(IAgentId agentId) |
UT2004AgentParameters |
UT2004AgentParameters.setWorldAddress(IWorldConnectionAddress address) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerObserverParameters |
class |
UT2004AnalyzerParameters
Agent parameters are meant to provide run-time parameters needed by
UT2004Analyzer. |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004BotParameters |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004ObserverFactory<PARAMS extends UT2004AgentParameters>
Factory that uses direct instantiation (plain old Java style) of the
UT2004Observer class. |
class |
UT2004ServerFactory<PARAMS extends UT2004AgentParameters>
Factory that uses direct instantiation (plain old Java style) of the
UT2004Server class. |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerFactory<ANALYZER extends IUT2004Analyzer,PARAMS extends UT2004AgentParameters>
Guice-base
IUT2004Server factory. |
class |
UT2004CommunicationModule<PARAMS extends UT2004AgentParameters>
Module extending
RemoteGuiceAgentModule for the purpose of UT2004 communication specification. |
class |
UT2004ObserverFactory<SERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
Guice-based
IUT2004Observer factory. |
class |
UT2004ObserverModule<PARAMS extends UT2004AgentParameters>
Module extending
UT2004CommunicationModule for the purpose of UT2004Observer instantiation. |
class |
UT2004ServerFactory<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
Guice-base
IUT2004Server factory. |
class |
UT2004ServerModule<PARAMS extends UT2004AgentParameters>
Module extending
UT2004CommunicationModule for the purpose of UT2004Server instantiation. |
| Modifier and Type | Method and Description |
|---|---|
UT2004AgentParameters |
UT2004Observer.getParams()
Returns parameters that were passed into the agent during the construction.
|
| Constructor and Description |
|---|
UT2004Observer(UT2004AgentParameters params,
IComponentBus bus,
IAgentLogger agentLogger,
UT2004WorldView worldView,
IAct act) |
| Modifier and Type | Method and Description |
|---|---|
UT2004AgentParameters |
UT2004Server.getParams()
Returns parameters that were passed into the agent during the construction.
|
| Constructor and Description |
|---|
UT2004Server(UT2004AgentParameters params,
IAgentLogger agentLogger,
IComponentBus bus,
SocketConnection connection,
UT2004WorldView worldView,
IAct act) |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004ObserverRunner<OBSERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
Class used for creating, connecting and starting observers with default settings that are taken from the properties.
|
class |
UT2004ServerRunner<SERVER extends IUT2004Server,PARAMS extends UT2004AgentParameters>
Class used for creating, connecting and starting servers with default settings that are taken from the properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<SERVER> |
UT2004ServerRunner.startAgents(PARAMS... agentParameters) |
List<OBSERVER> |
UT2004ObserverRunner.startAgents(PARAMS... agentParameters) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.