sajas.sim
Interface AgentScheduler
All Known Implementing Classes:
-
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. |
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.
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