Uses of Interface
repast.simphony.engine.environment.Runner
Package
Description
-
Uses of Runner in repast.simphony.batch
Modifier and TypeClassDescriptionclass
class
Modified version of BatchScheduleRunner that lets the user programmatically call the scheduler -
Uses of Runner in repast.simphony.engine.controller
Modifier and TypeMethodDescriptionController.getScheduleRunner()
Gets the ScheduleRunner that will be used to execute the model's schedule found through the RunState.DefaultController.getScheduleRunner()
Modifier and TypeMethodDescriptionvoid
Controller.setScheduleRunner
(Runner scheduleRunner) Sets the ScheduleRunner that will be used to execute the model's schedule and found through the RunState.void
DefaultController.setScheduleRunner
(Runner scheduleRunner) Sets the ScheduleRunner that will be used to execute the model's schedule found through the RunState. -
Uses of Runner in repast.simphony.engine.environment
Modifier and TypeClassDescriptionclass
class
This class executes the model schedule found in the RunState's ScheduleRegistry.Modifier and TypeMethodDescriptionDefaultRunEnvironmentBuilder.getScheduleRunner()
Gets the schedule runner used to run each run of the simulation.DefaultScheduleRegistry.getScheduleRunner()
Retrieves the runner used for executing the schedule.RunEnvironmentBuilder.getScheduleRunner()
Gets the schedule runner used to run each run of the simulation.ScheduleRegistry.getScheduleRunner()
Retrieves the runner used for executing the schedule.Modifier and TypeMethodDescriptionstatic void
RunEnvironment.init
(ISchedule schedule, Runner scheduleRunner, Parameters parameters, boolean isBatch) Initializes a RunEnvironment.void
DefaultScheduleRegistry.setScheduleRunner
(Runner runner) Sets the runner used for executing the schedule.void
ScheduleRegistry.setScheduleRunner
(Runner runner) Sets the runner used for executing the schedule.ModifierConstructorDescriptionDefaultRunEnvironmentBuilder
(Runner runner, boolean isBatch) Creates a RunEnvironmentBuilder that will use the specified schedule runner to run each run of the simulation. -
Uses of Runner in repast.simphony.ui
Modifier and TypeClassDescriptionclass
This class executes the model schedule found in the RunState's ScheduleRegistry. -
Uses of Runner in repast.simphony.ws
Modifier and TypeClassDescriptionclass
This class executes the model schedule found in the RunState's ScheduleRegistry.