cz.cuni.amis.pogamut.base.agent.state.impl
Class AgentStateStarting

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

public class AgentStateStarting
extends AgentState
implements IAgentStateStarting

See Also:
Serialized Form

Constructor Summary
AgentStateStarting(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

AgentStateStarting

public AgentStateStarting(java.lang.String description)