Uses of Interface
repast.simphony.engine.environment.Runner
Packages that use Runner
Package
Description
-
Uses of Runner in repast.simphony.batch
Classes in repast.simphony.batch that implement RunnerModifier and TypeClassDescriptionclass
class
Modified version of BatchScheduleRunner that lets the user programmatically call the scheduler -
Uses of Runner in repast.simphony.engine.controller
Methods in repast.simphony.engine.controller that return RunnerModifier and TypeMethodDescriptionController.getScheduleRunner()
Gets the ScheduleRunner that will be used to execute the model's schedule found through the RunState.DefaultController.getScheduleRunner()
Methods in repast.simphony.engine.controller with parameters of type RunnerModifier 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
Classes in repast.simphony.engine.environment that implement RunnerModifier and TypeClassDescriptionclass
class
This class executes the model schedule found in the RunState's ScheduleRegistry.Methods in repast.simphony.engine.environment that return RunnerModifier 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.Methods in repast.simphony.engine.environment with parameters of type RunnerModifier 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.Constructors in repast.simphony.engine.environment with parameters of type RunnerModifierConstructorDescriptionDefaultRunEnvironmentBuilder
(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
Classes in repast.simphony.ui that implement RunnerModifier and TypeClassDescriptionclass
This class executes the model schedule found in the RunState's ScheduleRegistry. -
Uses of Runner in repast.simphony.ws
Classes in repast.simphony.ws that implement RunnerModifier and TypeClassDescriptionclass
This class executes the model schedule found in the RunState's ScheduleRegistry.