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

Package class diagram package HelloBotExpectedState
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.communication.translator.bot.support.AbstractBotFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.udk.communication.translator.bot.support.BotMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.udk.communication.translator.bot.state.HelloBotExpectedState
All Implemented Interfaces:
cz.cuni.amis.fsm.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.

Author:
Jimmy

Constructor Summary
HelloBotExpectedState()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.translator.bot.support.BotMessageExpectedState
init, restart, stateEntering, stateLeaving, stateSymbol
 
Methods inherited from class cz.cuni.amis.pogamut.udk.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()


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