Class SchedulingControllerAction

java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.engine.controller.SchedulingControllerAction
All Implemented Interfaces:
ControllerAction
Direct Known Subclasses:
FreezerControllerAction

public class SchedulingControllerAction extends DefaultControllerAction
This is a simple action that schedules an IAction in its runInitialize(RunState, Object, Parameters) method using a given ScheduleParameters.
Author:
Jerry Vos
  • Field Details

  • Constructor Details

    • SchedulingControllerAction

      public SchedulingControllerAction(ScheduleParameters scheduleParams, IAction action)
      Constructs this with the specified parameters and action to be scheduled during the sim's initialization.
      Parameters:
      scheduleParams - the schedule's parameters
      action - the action to schedule
  • Method Details