Class BatchScheduleRunner

java.lang.Object
repast.simphony.engine.environment.AbstractRunner
repast.simphony.batch.BatchScheduleRunner
All Implemented Interfaces:
Runner, Executor<RunState>

public class BatchScheduleRunner extends AbstractRunner
Author:
Nick Collier
  • Constructor Details

    • BatchScheduleRunner

      public BatchScheduleRunner()
  • Method Details

    • execute

      public void execute(RunState toExecuteOn)
      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