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 TypeMethodDescriptionvoidThis executes the given RunState object's schedule.voidThis executes the given RunState object's schedule.protected IScheduleInteractivBatchRunner.getSchedule(RunState toExecuteOn) -
Uses of RunState in repast.simphony.chart2.engine
Methods in repast.simphony.chart2.engine with parameters of type RunStateModifier and TypeMethodDescriptionvoidHistogramComponentControllerAction.batchInitialize(RunState runState, Object contextId) voidTimeSeriesComponentControllerAction.batchInitialize(RunState runState, Object contextId) voidTimeSeriesComponentControllerAction.runCleanup(RunState runState, Object contextId) -
Uses of RunState in repast.simphony.data2
Methods in repast.simphony.data2 with parameters of type RunStateModifier and TypeMethodDescriptionvoidvoidvoidNotifies this DataSetManager that an individual run has ended.voidvoidAbstractDataSetManager.runStarted(RunState runState, Object contextId, Parameters parameters) voidBatchRunDataSetManager.runStarted(RunState runState, Object contextId, Parameters parameters) voidDataSetManager.runStarted(RunState runState, Object contextId, Parameters parameters) Notifies this DataSetManager that an individual run has started.voidSingleRunDataSetManager.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 TypeMethodDescriptionvoidFileSinkComponentControllerAction.batchCleanup(RunState runState, Object contextId) voidConsoleSinkComponentControllerAction.batchInitialize(RunState runState, Object contextId) voidDataSetComponentControllerAction.batchInitialize(RunState runState, Object contextId) voidFileSinkComponentControllerAction.batchInitialize(RunState runState, Object contextId) voidFileSinkComponentControllerAction.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 TypeMethodDescriptionvoidDataLoaderControllerAction.runCleanup(RunState runState, Object contextId) voidDataLoaderControllerAction.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 TypeMethodDescriptionvoidAbstractControllerAction.batchCleanup(RunState runState, Object contextId) This performs no action.voidDefaultController.batchCleanup(RunState runState, Object contextId) Calls the batchCleanup method on all the actions this registry contains, with runState as an argument.voidScheduledMethodControllerAction.batchCleanup(RunState runState, Object contextId) voidWatcherControllerAction.batchCleanup(RunState runState, Object contextId) voidAbstractControllerAction.batchInitialize(RunState runState, Object contextId) Default empty implementation of this method that performs no action.voidScheduledMethodControllerAction.batchInitialize(RunState runState, Object contextId) voidWatcherControllerAction.batchInitialize(RunState runState, Object contextId) voidExecutes the specified RunState with the ScheduleRunner.static ContextAbstractControllerAction.findContextInRunState(RunState runState, Object contextId) voidAbstractControllerAction.runCleanup(RunState runState, Object contextId) This delegates toAbstractControllerAction.runCleanup(RunState, Context)after finding the context with the given contextId.abstract voidAbstractControllerAction.runCleanup(RunState runState, Context<? extends T> context) voidDefaultController.runCleanup(RunState runState, Object contextId) Calls the runCleanup method on all the actions this registry contains, with runState as an argument.voidNullAbstractControllerAction.runCleanup(RunState runState, Context<? extends T> context) Does nothing.voidScheduledMethodControllerAction.runCleanup(RunState runState, Object contextId) voidWatcherControllerAction.runCleanup(RunState runState, Object contextId) voidAbstractControllerAction.runInitialize(RunState runState, Object contextId, Parameters runParams) This delegates to#runInitialize(RunState, Context)after finding the context with the given contextId.abstract voidAbstractControllerAction.runInitialize(RunState runState, Context<? extends T> context, Parameters runParams) voidDefaultContextSchedulableControllerAction.runInitialize(RunState runState, Context context, Parameters runParams) Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.voidDefaultRandomStreamAction.runInitialize(RunState runState, Object contextId, Parameters params) voidDefaultSchedulableAction.runInitialize(RunState runState, Object contextId, Parameters runParams) Schedules on the model schedule the descriptor's IAction with the descriptor's ScheduleParameters.voidNullAbstractControllerAction.runInitialize(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing.voidScheduledMethodControllerAction.runInitialize(RunState runState, Object contextId, Parameters runParams) voidSchedulingControllerAction.runInitialize(RunState runState, Object contextId, Parameters runParams) Schedule's the action with the schedule parameters on the schedule.voidWatcherControllerAction.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 RunStateRunState.getInstance()static RunStateRunState.init()static RunStateRunState.init(RunInfo runInfo, ScheduleRegistry scheduleRegistry, GUIRegistry guiRegistry) static RunStateRunState.initDistributed()Methods in repast.simphony.engine.environment with parameters of type RunStateModifier and TypeMethodDescriptionvoidControllerAction.batchCleanup(RunState runState, Object contextId) Cleans up the action after a batch run (a set of runs).voidDefaultControllerAction.batchCleanup(RunState runState, Object contextId) Does nothing.voidControllerAction.batchInitialize(RunState runState, Object contextId) Initializes the action for a batch run (a set of runs).voidDefaultControllerAction.batchInitialize(RunState runState, Object contextId) Does nothing.voidThis executes the given RunState object's schedule.protected IScheduleDefaultScheduleRunner.getSchedule(RunState toExecuteOn) voidControllerAction.runCleanup(RunState runState, Object contextId) Cleans up the action after a run just occurred.voidDefaultControllerAction.runCleanup(RunState runState, Object contextId) Does nothing.voidControllerAction.runInitialize(RunState runState, Object contextId, Parameters runParams) Initializes the action for a single run (possibly one of many).voidDefaultControllerAction.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 voidFreezeDryButtonModel.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 TypeMethodDescriptionvoidGeographyProjectionController.batchCleanup(RunState runState, Object contextId) voidGeographyProjectionController.batchInitialize(RunState runState, Object contextId) voidGeographyProjectionController.runCleanup(RunState runState, Object contextId) voidGeographyProjectionController.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 TypeMethodDescriptionvoidGeographyVizProjectionController.batchCleanup(RunState runState, Object contextId) voidGeographyVizProjectionController.batchInitialize(RunState runState, Object contextId) voidGeographyVizProjectionController.runCleanup(RunState runState, Object contextId) voidGeographyVizProjectionController.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 TypeMethodDescriptionvoidThis executes the given RunState object's schedule.protected IScheduleGUIScheduleRunner.getSchedule(RunState toExecuteOn) -
Uses of RunState in repast.simphony.userpanel.ui
Methods in repast.simphony.userpanel.ui with parameters of type RunStateModifier and TypeMethodDescriptionvoidDefaultUserPanelDescriptorAction.runCleanup(RunState runState, Object contextId) voidDefaultUserPanelDescriptorAction.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 TypeMethodDescriptionvoidDisplayComponentControllerAction.runCleanup(RunState runState, Object contextId) voidDisplayComponentControllerAction.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 TypeMethodDescriptionvoidChartServerControllerAction.batchCleanup(RunState runState, Object contextId) voidChartServerControllerAction.batchInitialize(RunState runState, Object contextId) voidThis executes the given RunState object's schedule.protected IScheduleScheduleRunner.getSchedule(RunState toExecuteOn) voidDisplayServerControllerAction.runCleanup(RunState runState, Object contextId) voidDisplayServerControllerAction.runInitialize(RunState runState, Object contextId, Parameters params)