cz.cuni.amis.pogamut.ut2004.bot.state.impl
Class BotStatePassword

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
      extended by cz.cuni.amis.pogamut.ut2004.bot.state.impl.BotStatePassword
All Implemented Interfaces:
IAgentState, IAgentStateGoingUp, IAgentStateStarting, IBotStatePassword, java.io.Serializable

public class BotStatePassword
extends AgentState
implements IBotStatePassword

See Also:
Serialized Form

Constructor Summary
BotStatePassword(java.lang.String description)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.state.impl.AgentState
equals, getDescription, isNotState, isState, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState
getDescription, isNotState, isState
 

Constructor Detail

BotStatePassword

public BotStatePassword(java.lang.String description)