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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbatchInitialize(RunState runState, Object contextId) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, runCleanup, 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, runCleanup, runInitialize
-
Constructor Details
-
HistogramComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescriptorControllerAction<HistogramChartDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
batchInitializein interfaceControllerAction- Overrides:
batchInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-