Package repast.simphony.batch
Class BatchScheduleRunner
java.lang.Object
repast.simphony.engine.environment.AbstractRunner
repast.simphony.batch.BatchScheduleRunner
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.engine.environment.AbstractRunner
controller, environmentBuilder, pause, runListeners, step, stop, thread
-
Constructor Summary
-
Method Summary
Methods inherited from class repast.simphony.engine.environment.AbstractRunner
addRunListener, firePausedMessage, fireRestartedMessage, fireStartedMessage, fireStoppedMessage, go, init, removeRunListener, setController, setEnvironmentBuilder, setPause, step, stop
-
Constructor Details
-
BatchScheduleRunner
public BatchScheduleRunner()
-
-
Method Details
-
execute
This executes the given RunState object's schedule. It will continue executing the schedule until there are no more actions schedule or the run manager tells it to stop.- Parameters:
toExecuteOn
- the RunState to execute on
-