Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

sajas.sim
Interface AgentScheduler
All Known Implementing Classes:
Repast3Launcher, RepastSLauncher

public interface AgentScheduler
This interface represents the scheduler for agents in the simulation. It allows agents to be added to the simulation scheduler. The specific scheduler to use is set statically in the Agent class.
Author:
hlc

Method Summary
void
scheduleAgent(Agent agent)
          Simulation framework-specific method for scheduling an agent for execution.
void
stopSimulation()
          Simulation framework-specific method for stopping the simulation.
boolean
unscheduleAgent(Agent agent)
          Simulation framework-specific method for unscheduling an agent from execution.
Method Detail
scheduleAgent
void scheduleAgent(Agent agent)
Simulation framework-specific method for scheduling an agent for execution.

unscheduleAgent
boolean unscheduleAgent(Agent agent)
Simulation framework-specific method for unscheduling an agent from execution.

stopSimulation
void stopSimulation()
Simulation framework-specific method for stopping the simulation.

Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Java API documentation generated with DocFlex/Doclet 1.6.1 using JavadocPro template set.
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc, which is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com