bot
Class PolymorphBotModule

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.PolymorphBotModule
All Implemented Interfaces:
com.google.inject.Module

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

Module that allows Guice to create our polymorph agent correctly.


Constructor Summary
PolymorphBotModule()
           
 
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

PolymorphBotModule

public PolymorphBotModule()
Method Detail

configure

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