cz.cuni.amis.pogamut.defcon.example
Class ExampleBotModule

Package class diagram package ExampleBotModule
java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule<cz.cuni.amis.pogamut.base.agent.params.impl.AgentParameters>
          extended by cz.cuni.amis.pogamut.defcon.factory.DefConAgentModule
              extended by cz.cuni.amis.pogamut.defcon.example.ExampleBotModule
All Implemented Interfaces:
com.google.inject.Module

public class ExampleBotModule
extends DefConAgentModule

Module wrapping ExampleBot and ExampleBotLogicController for Guice.

Author:
Radek 'Black_Hand' Pibil

Constructor Summary
ExampleBotModule()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.defcon.factory.DefConAgentModule
configureModules, getDefConAgentClass, newBindings
 
Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule
addModule, configure, createAgentScope, createAgentTeamScope, getAgentIdProvider, getAgentParamsProvider, getAgentScope, getAgentTeamScope, prepareNewAgent
 
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
 

Constructor Detail

ExampleBotModule

public ExampleBotModule()


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.