cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support
Class AbstractBotFSMState<SYMBOL,CONTEXT>

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState<SYMBOL,CONTEXT>
All Implemented Interfaces:
IFSMState<SYMBOL,CONTEXT>
Direct Known Subclasses:
BotAliveState, BotDeadState, BotListState, BotMessageExpectedState, CommunicationTerminatedState, FirstSpawnExpectedState, GameInfoExpectedState, HandshakeControllerState, ItemCategoryState, NavPointListState, PasswordState

public abstract class AbstractBotFSMState<SYMBOL,CONTEXT>
extends java.lang.Object
implements IFSMState<SYMBOL,CONTEXT>


Constructor Summary
AbstractBotFSMState()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.fsm.IFSMState
init, restart, stateEntering, stateLeaving, stateSymbol
 

Constructor Detail

AbstractBotFSMState

public AbstractBotFSMState()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object