Package repast.simphony.chart2.engine
Class TimeSeriesComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<TimeSeriesChartDescriptor>,ControllerAction,RunListener
public class TimeSeriesComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<TimeSeriesChartDescriptor>, RunListener
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbatchInitialize(RunState runState, Object contextId) Does nothing.voidpaused()Invoked when the current run has been paused.voidInvoked when the current run has been restarted after a pause.voidrunCleanup(RunState runState, Object contextId) Does nothing.voidstarted()Invoked when the current run has been started.voidstopped()Invoked when the current run has been stopped.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, runInitializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.engine.environment.ControllerAction
batchCleanup, runInitialize
-
Constructor Details
-
TimeSeriesComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescriptorControllerAction<TimeSeriesChartDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
batchInitializein interfaceControllerAction- Overrides:
batchInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
runCleanup
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
runCleanupin interfaceControllerAction- Overrides:
runCleanupin classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
stopped
public void stopped()Description copied from interface:RunListenerInvoked when the current run has been stopped.- Specified by:
stoppedin interfaceRunListener
-
paused
public void paused()Description copied from interface:RunListenerInvoked when the current run has been paused.- Specified by:
pausedin interfaceRunListener
-
started
public void started()Description copied from interface:RunListenerInvoked when the current run has been started.- Specified by:
startedin interfaceRunListener
-
restarted
public void restarted()Description copied from interface:RunListenerInvoked when the current run has been restarted after a pause.- Specified by:
restartedin interfaceRunListener
-