biosim.core.agent
Class StateMachine

java.lang.Object
  extended by biosim.core.agent.StateMachine
All Implemented Interfaces:
Agent
Direct Known Subclasses:
DomWorldStateMachine

public abstract class StateMachine
extends java.lang.Object
implements Agent


Nested Class Summary
static interface StateMachine.State
           
 
Field Summary
 int nextState
           
protected  StateMachine.State[] states
           
 
Constructor Summary
StateMachine()
           
 
Method Summary
 void act(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface biosim.core.agent.Agent
finish, init
 

Field Detail

states

protected StateMachine.State[] states

nextState

public int nextState
Constructor Detail

StateMachine

public StateMachine()
Method Detail

act

public void act(double time)
Specified by:
act in interface Agent