Uses of Class
repast.simphony.engine.environment.RunState
Package
Description
-
Uses of RunState in repast.simphony.batch
Modifier and TypeMethodDescriptionvoid
This executes the given RunState object's schedule.void
This executes the given RunState object's schedule.protected ISchedule
InteractivBatchRunner.getSchedule
(RunState toExecuteOn) -
Uses of RunState in repast.simphony.chart2.engine
Modifier and TypeMethodDescriptionvoid
HistogramComponentControllerAction.batchInitialize
(RunState runState, Object contextId) void
TimeSeriesComponentControllerAction.batchInitialize
(RunState runState, Object contextId) void
TimeSeriesComponentControllerAction.runCleanup
(RunState runState, Object contextId) -
Uses of RunState in repast.simphony.data2
Modifier and TypeMethodDescriptionvoid
void
void
Notifies this DataSetManager that an individual run has ended.void
void
AbstractDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) void
BatchRunDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) void
DataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) Notifies this DataSetManager that an individual run has started.void
SingleRunDataSetManager.runStarted
(RunState runState, Object contextId, Parameters parameters) -
Uses of RunState in repast.simphony.data2.engine
Modifier and TypeMethodDescriptionvoid
FileSinkComponentControllerAction.batchCleanup
(RunState runState, Object contextId) void
ConsoleSinkComponentControllerAction.batchInitialize
(RunState runState, Object contextId) void
DataSetComponentControllerAction.batchInitialize
(RunState runState, Object contextId) void
FileSinkComponentControllerAction.batchInitialize
(RunState runState, Object contextId) void
FileSinkComponentControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) -
Uses of RunState in repast.simphony.dataLoader.engine
Modifier and TypeMethodDescriptionvoid
DataLoaderControllerAction.runCleanup
(RunState runState, Object contextId) void
DataLoaderControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) -
Uses of RunState in repast.simphony.engine.controller
Modifier and TypeMethodDescriptionController.getCurrentRunState()
Retrieves the current RunState the controller is using.DefaultController.getCurrentRunState()
Retrieves the current RunState the controller is using.Controller.runInitialize
(Parameters params) Initializes the action for a single run (possibly one of many).DefaultController.runInitialize
(Parameters params) Calls the runInitialize method of this class with all the contexts in the controller registry in the order they are returned by that registry.Modifier and TypeMethodDescriptionvoid
AbstractControllerAction.batchCleanup
(RunState runState, Object contextId) This performs no action.void
DefaultController.batchCleanup
(RunState runState, Object contextId) Calls the batchCleanup method on all the actions this registry contains, with runState as an argument.void
ScheduledMethodControllerAction.batchCleanup
(RunState runState, Object contextId) void
WatcherControllerAction.batchCleanup
(RunState runState, Object contextId) void
AbstractControllerAction.batchInitialize
(RunState runState, Object contextId) Default empty implementation of this method that performs no action.void
ScheduledMethodControllerAction.batchInitialize
(RunState runState, Object contextId) void
WatcherControllerAction.batchInitialize
(RunState runState, Object contextId) void
Executes the specified RunState with the ScheduleRunner.static Context
AbstractControllerAction.findContextInRunState
(RunState runState, Object contextId) void
AbstractControllerAction.runCleanup
(RunState runState, Object contextId) This delegates toAbstractControllerAction.runCleanup(RunState, Context)
after finding the context with the given contextId.abstract void
AbstractControllerAction.runCleanup
(RunState runState, Context<? extends T> context) void
DefaultController.runCleanup
(RunState runState, Object contextId) Calls the runCleanup method on all the actions this registry contains, with runState as an argument.void
NullAbstractControllerAction.runCleanup
(RunState runState, Context<? extends T> context) Does nothing.void
ScheduledMethodControllerAction.runCleanup
(RunState runState, Object contextId) void
WatcherControllerAction.runCleanup
(RunState runState, Object contextId) void
AbstractControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) This delegates to#runInitialize(RunState, Context)
after finding the context with the given contextId.abstract void
AbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) void
DefaultContextSchedulableControllerAction.runInitialize
(RunState runState, Context context, Parameters runParams) Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.void
DefaultRandomStreamAction.runInitialize
(RunState runState, Object contextId, Parameters params) void
DefaultSchedulableAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Schedules on the model schedule the descriptor's IAction with the descriptor's ScheduleParameters.void
NullAbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing.void
ScheduledMethodControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) void
SchedulingControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Schedule's the action with the schedule parameters on the schedule.void
WatcherControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Add a watch context listener to the master context and processes any objects already in the master context. -
Uses of RunState in repast.simphony.engine.environment
Modifier and TypeMethodDescriptionstatic RunState
RunState.getInstance()
static RunState
RunState.init()
static RunState
RunState.init
(RunInfo runInfo, ScheduleRegistry scheduleRegistry, GUIRegistry guiRegistry) static RunState
RunState.initDistributed()
Modifier and TypeMethodDescriptionvoid
ControllerAction.batchCleanup
(RunState runState, Object contextId) Cleans up the action after a batch run (a set of runs).void
DefaultControllerAction.batchCleanup
(RunState runState, Object contextId) Does nothing.void
ControllerAction.batchInitialize
(RunState runState, Object contextId) Initializes the action for a batch run (a set of runs).void
DefaultControllerAction.batchInitialize
(RunState runState, Object contextId) Does nothing.void
This executes the given RunState object's schedule.protected ISchedule
DefaultScheduleRunner.getSchedule
(RunState toExecuteOn) void
ControllerAction.runCleanup
(RunState runState, Object contextId) Cleans up the action after a run just occurred.void
DefaultControllerAction.runCleanup
(RunState runState, Object contextId) Does nothing.void
ControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Initializes the action for a single run (possibly one of many).void
DefaultControllerAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) Does nothing. -
Uses of RunState in repast.simphony.freezedry.wizard
Modifier and TypeMethodDescriptionprotected void
FreezeDryButtonModel.execute
(RunState runState, ActionEvent e) -
Uses of RunState in repast.simphony.gis.engine
Modifier and TypeMethodDescriptionvoid
GeographyProjectionController.batchCleanup
(RunState runState, Object contextId) void
GeographyProjectionController.batchInitialize
(RunState runState, Object contextId) void
GeographyProjectionController.runCleanup
(RunState runState, Object contextId) void
GeographyProjectionController.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of RunState in repast.simphony.gis.visualization.engine
Modifier and TypeMethodDescriptionvoid
GeographyVizProjectionController.batchCleanup
(RunState runState, Object contextId) void
GeographyVizProjectionController.batchInitialize
(RunState runState, Object contextId) void
GeographyVizProjectionController.runCleanup
(RunState runState, Object contextId) void
GeographyVizProjectionController.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of RunState in repast.simphony.parameter
-
Uses of RunState in repast.simphony.parameter.groovy
-
Uses of RunState in repast.simphony.ui
Modifier and TypeMethodDescriptionvoid
This executes the given RunState object's schedule.protected ISchedule
GUIScheduleRunner.getSchedule
(RunState toExecuteOn) -
Uses of RunState in repast.simphony.userpanel.ui
Modifier and TypeMethodDescriptionvoid
DefaultUserPanelDescriptorAction.runCleanup
(RunState runState, Object contextId) void
DefaultUserPanelDescriptorAction.runInitialize
(RunState runState, Object contextId, Parameters runParams) -
Uses of RunState in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionvoid
DisplayComponentControllerAction.runCleanup
(RunState runState, Object contextId) void
DisplayComponentControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) ModifierConstructorDescriptionDisplayProducer
(Object contextID, RunState runState, DisplayDescriptor displayDescriptor) -
Uses of RunState in repast.simphony.ws
Modifier and TypeMethodDescriptionvoid
ChartServerControllerAction.batchCleanup
(RunState runState, Object contextId) void
ChartServerControllerAction.batchInitialize
(RunState runState, Object contextId) void
This executes the given RunState object's schedule.protected ISchedule
ScheduleRunner.getSchedule
(RunState toExecuteOn) void
DisplayServerControllerAction.runCleanup
(RunState runState, Object contextId) void
DisplayServerControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params)