Package repast.simphony.chart2.engine
Class HistogramControllerActionIO.HistogramActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.scenario.ObjectActionLoader<T>
repast.simphony.scenario.DescriptorActionLoader<HistogramChartDescriptor>
repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
- All Implemented Interfaces:
ActionLoader
- Enclosing class:
- HistogramControllerActionIO
public static class HistogramControllerActionIO.HistogramActionLoader
extends DescriptorActionLoader<HistogramChartDescriptor>
-
Field Summary
Fields inherited from class repast.simphony.scenario.ObjectActionLoader
actionRoot, dataClass
Fields inherited from class repast.simphony.scenario.AbstractActionLoader
contextID, file
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ControllerAction
createAction
(HistogramChartDescriptor data, Scenario scenario) protected ClassLoader
Methods inherited from class repast.simphony.scenario.ObjectActionLoader
performLoad, prepare
Methods inherited from class repast.simphony.scenario.AbstractActionLoader
loadAction
-
Constructor Details
-
HistogramActionLoader
-
-
Method Details
-
createAction
- Specified by:
createAction
in classObjectActionLoader<HistogramChartDescriptor>
-
getClassLoader
- Specified by:
getClassLoader
in classObjectActionLoader<HistogramChartDescriptor>
-