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 SummaryConstructors
- 
Method SummaryModifier 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.DefaultControllerActionbatchCleanup, runInitializeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.engine.environment.ControllerActionbatchCleanup, runInitialize
- 
Constructor Details- 
TimeSeriesComponentControllerAction
 
- 
- 
Method Details- 
getDescriptor- Specified by:
- getDescriptorin interface- DescriptorControllerAction<TimeSeriesChartDescriptor>
 
- 
batchInitializeDescription copied from class:DefaultControllerActionDoes nothing.- Specified by:
- batchInitializein interface- ControllerAction
- Overrides:
- batchInitializein class- DefaultControllerAction
- Parameters:
- runState- ignored
- contextId- ignored
 
- 
runCleanupDescription copied from class:DefaultControllerActionDoes nothing.- Specified by:
- runCleanupin interface- ControllerAction
- Overrides:
- runCleanupin class- DefaultControllerAction
- Parameters:
- runState- ignored
- contextId- ignored
 
- 
stoppedpublic void stopped()Description copied from interface:RunListenerInvoked when the current run has been stopped.- Specified by:
- stoppedin interface- RunListener
 
- 
pausedpublic void paused()Description copied from interface:RunListenerInvoked when the current run has been paused.- Specified by:
- pausedin interface- RunListener
 
- 
startedpublic void started()Description copied from interface:RunListenerInvoked when the current run has been started.- Specified by:
- startedin interface- RunListener
 
- 
restartedpublic void restarted()Description copied from interface:RunListenerInvoked when the current run has been restarted after a pause.- Specified by:
- restartedin interface- RunListener
 
 
-