Package repast.simphony.chart2.engine
Class TimeSeriesControllerActionIO.TimeSeriesActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.scenario.ObjectActionLoader<T>
repast.simphony.scenario.DescriptorActionLoader<TimeSeriesChartDescriptor>
repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
- All Implemented Interfaces:
ActionLoader
- Enclosing class:
- TimeSeriesControllerActionIO
public static class TimeSeriesControllerActionIO.TimeSeriesActionLoader
extends DescriptorActionLoader<TimeSeriesChartDescriptor>
-
Field Summary
Fields inherited from class repast.simphony.scenario.ObjectActionLoader
actionRoot, dataClassFields inherited from class repast.simphony.scenario.AbstractActionLoader
contextID, file -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ControllerActioncreateAction(TimeSeriesChartDescriptor data, Scenario scenario) protected ClassLoaderprotected voidprepare(com.thoughtworks.xstream.XStream xstream) Override this method if you need to prepare the XStream before using it.Methods inherited from class repast.simphony.scenario.ObjectActionLoader
performLoadMethods inherited from class repast.simphony.scenario.AbstractActionLoader
loadAction
-
Constructor Details
-
TimeSeriesActionLoader
-
-
Method Details
-
createAction
- Specified by:
createActionin classObjectActionLoader<TimeSeriesChartDescriptor>
-
prepare
protected void prepare(com.thoughtworks.xstream.XStream xstream) Description copied from class:ObjectActionLoaderOverride this method if you need to prepare the XStream before using it.- Overrides:
preparein classObjectActionLoader<TimeSeriesChartDescriptor>- Parameters:
xstream- the XStream that will be used for reading in the descriptor
-
getClassLoader
- Specified by:
getClassLoaderin classObjectActionLoader<TimeSeriesChartDescriptor>
-