uchicago.src.sim.engine
Interface Stepable


public interface Stepable

Agents that are "autostepped" in SimpleModel must implement this interface.

Version:
$Revision: 1.3 $ $Date: 2004/11/03 19:50:57 $

Method Summary
 void step()
          Executes the agent's behavoir for the current time step.
 

Method Detail

step

void step()
Executes the agent's behavoir for the current time step.