bot
Class EmotionalBotModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by cz.cuni.amis.pogamut.base.factory.guice.PogamutAgentModule
          extended by cz.cuni.amis.pogamut.ut2004.factory.guice.UT2004CommunicationModule
              extended by cz.cuni.amis.pogamut.ut2004.factory.guice.UT2004BotModule
                  extended by bot.EmotionalBotModule
All Implemented Interfaces:
com.google.inject.Module

public class EmotionalBotModule
extends cz.cuni.amis.pogamut.ut2004.factory.guice.UT2004BotModule

Module that allows Guice to create our agent correctly.


Constructor Summary
EmotionalBotModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.factory.guice.PogamutAgentModule
createAgentScope, getAgentScope
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindScope, configure, install, requestStaticInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmotionalBotModule

public EmotionalBotModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class cz.cuni.amis.pogamut.ut2004.factory.guice.UT2004BotModule