cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Class HelloBotExpectedState

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.HelloBotExpectedState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class HelloBotExpectedState
extends BotMessageExpectedState<TranslatorContext>

First and initial state of the BotFSM handler. It expects HELLO_BOT msg and throws exception if it doesn't come.


Constructor Summary
HelloBotExpectedState()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
init, restart, stateEntering, stateLeaving, stateSymbol
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelloBotExpectedState

public HelloBotExpectedState()