cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Class HelloObserverExpectedState

Package class diagram package HelloObserverExpectedState
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.HelloObserverExpectedState
All Implemented Interfaces:
cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext>

public class HelloObserverExpectedState
extends ObserverMessageExpectedState<TranslatorContext>

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

Author:
Jimmy

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

Constructor Detail

HelloObserverExpectedState

public HelloObserverExpectedState()


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