|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.google.inject.AbstractModule
cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule<PARAMS>
cz.cuni.amis.pogamut.base.factory.guice.GuiceCommunicationModule<PARAMS>
cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule<PARAMS>
cz.cuni.amis.pogamut.usar2004.factory.guice.remoteagent.USAR2004CommunicationModule<PARAMS>
public class USAR2004CommunicationModule<PARAMS extends USAR2004AgentParameters>
Module extending RemoteGuiceAgentModule for the purpose of UT2004 communication specification.
Newly binded classes:
| Mapped class | Target | Description | |
|---|---|---|---|
IWorldConnection | -> | SocketConnection | Agent bus synchronizing starting/stopping/etc. events. |
SocketConnection dependencies |
-> | UT2004CommunicationModule.connectionDependenciesProvider | |
SocketConnection address | -> | UT2004BotModule#getAddressProvider() | |
| {@link IWorldMessageParser} | -> | {@link UT2004Parser} | Wrapper for the yylex parser of the messages coming from GameBots2004. |
| {@link IYylex} | -> | {@link IUT2004Yylex} | Specifying yylex further. |
| {@link IUT2004Yylex} | -> | {@link Yylex} | Specifying yylex further. |
| {@link IYylexObserver} | -> | {@link IYylexObserver.LogObserver} | Yylex observer reporting errors. |
| {@link IUT2004Yylex} | -> | {@link Yylex} | Concrete Yylex implementations that parses the messages coming from GameBots2004. |
| {@link ItemTranslator} | -> | {@link ItemTranslator} | Object handling translation of INV messages. |
| {@link UT2004AgentParameters} | -> | {@link UT2004CommunicationModule#getAgentParamsProvider()} | Agent parameters passed by the factory, contains additional runtime dependencies. |
| Mapped class | Description |
|---|---|
| {@link IWorldView} | Binds world view as vision world view. |
| {@link IWorldMessageTranslator} | Protocol-validating translator of {@link InfoMessage}s of GameBots2004. |
| {@link IAgent} |
... don't forget to call super.configureModules() in the subclasses ;-)
GuiceRemoteAgentModule,
GuiceAgentModule| Field Summary | |
|---|---|
protected cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider<cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies> |
connectionDependenciesProvider
|
| Constructor Summary | |
|---|---|
USAR2004CommunicationModule()
|
|
| Method Summary | |
|---|---|
protected void |
configureModules()
|
void |
prepareNewAgent(PARAMS agentParameters)
Binds runtime dependencies to the module/ Injector. |
| Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule |
|---|
getAddressProvider |
| Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule |
|---|
addModule, configure, createAgentScope, createAgentTeamScope, getAgentIdProvider, getAgentParamsProvider, getAgentScope, getAgentTeamScope |
| Methods inherited from class com.google.inject.AbstractModule |
|---|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected cz.cuni.amis.pogamut.base.utils.guice.AdaptableProvider<cz.cuni.amis.pogamut.base.component.controller.ComponentDependencies> connectionDependenciesProvider
| Constructor Detail |
|---|
public USAR2004CommunicationModule()
| Method Detail |
|---|
public void prepareNewAgent(PARAMS agentParameters)
Injector.
Must be called before the new agent is instantiated with Injector.
prepareNewAgent in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule<PARAMS extends USAR2004AgentParameters>agentId - address - protected void configureModules()
configureModules in class cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule<PARAMS extends USAR2004AgentParameters>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||