Uses of Class
repast.simphony.engine.environment.RunState
Packages that use RunState
Package
Description
-
Uses of RunState in repast.simphony.batch
Methods in repast.simphony.batch with parameters of type RunStateModifier 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
Methods in repast.simphony.chart2.engine with parameters of type RunStateModifier 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
Methods in repast.simphony.data2 with parameters of type RunStateModifier 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
Methods in repast.simphony.data2.engine with parameters of type RunStateModifier 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
Methods in repast.simphony.dataLoader.engine with parameters of type RunStateModifier 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
Methods in repast.simphony.engine.controller that return RunStateModifier 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.Methods in repast.simphony.engine.controller with parameters of type RunStateModifier 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
Fields in repast.simphony.engine.environment declared as RunStateMethods in repast.simphony.engine.environment that return RunStateModifier and TypeMethodDescriptionstatic RunState
RunState.getInstance()
static RunState
RunState.init()
static RunState
RunState.init
(RunInfo runInfo, ScheduleRegistry scheduleRegistry, GUIRegistry guiRegistry) static RunState
RunState.initDistributed()
Methods in repast.simphony.engine.environment with parameters of type RunStateModifier 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
Methods in repast.simphony.freezedry.wizard with parameters of type RunStateModifier and TypeMethodDescriptionprotected void
FreezeDryButtonModel.execute
(RunState runState, ActionEvent e) -
Uses of RunState in repast.simphony.gis.engine
Methods in repast.simphony.gis.engine with parameters of type RunStateModifier 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
Methods in repast.simphony.gis.visualization.engine with parameters of type RunStateModifier 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
Methods in repast.simphony.parameter with parameters of type RunState -
Uses of RunState in repast.simphony.parameter.groovy
Fields in repast.simphony.parameter.groovy declared as RunStateMethods in repast.simphony.parameter.groovy with parameters of type RunState -
Uses of RunState in repast.simphony.ui
Methods in repast.simphony.ui with parameters of type RunStateModifier and TypeMethodDescriptionvoid
This executes the given RunState object's schedule.protected ISchedule
GUIScheduleRunner.getSchedule
(RunState toExecuteOn) -
Uses of RunState in repast.simphony.userpanel.ui
Methods in repast.simphony.userpanel.ui with parameters of type RunStateModifier 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
Methods in repast.simphony.visualization.engine with parameters of type RunStateModifier and TypeMethodDescriptionvoid
DisplayComponentControllerAction.runCleanup
(RunState runState, Object contextId) void
DisplayComponentControllerAction.runInitialize
(RunState runState, Object contextId, Parameters params) Constructors in repast.simphony.visualization.engine with parameters of type RunStateModifierConstructorDescriptionDisplayProducer
(Object contextID, RunState runState, DisplayDescriptor displayDescriptor) -
Uses of RunState in repast.simphony.ws
Methods in repast.simphony.ws with parameters of type RunStateModifier 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)