Package repast.simphony.chart2.engine
Class HistogramComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.chart2.engine.HistogramComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<HistogramChartDescriptor>
,ControllerAction
public class HistogramComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<HistogramChartDescriptor>
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchInitialize
(RunState runState, Object contextId) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, runCleanup, runInitialize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.engine.environment.ControllerAction
batchCleanup, runCleanup, runInitialize
-
Constructor Details
-
HistogramComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<HistogramChartDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Overrides:
batchInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-