Package repast.simphony.data2.engine
Class DataSetControllerActionIO.DataSetActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.scenario.ObjectActionLoader<T>
repast.simphony.scenario.DescriptorActionLoader<DataSetDescriptor>
repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
- All Implemented Interfaces:
ActionLoader
- Enclosing class:
- DataSetControllerActionIO
public static class DataSetControllerActionIO.DataSetActionLoader
extends DescriptorActionLoader<DataSetDescriptor>
-
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
(DataSetDescriptor data, Scenario scenario) protected ClassLoader
protected void
prepare
(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
performLoad
Methods inherited from class repast.simphony.scenario.AbstractActionLoader
loadAction
-
Constructor Details
-
DataSetActionLoader
-
-
Method Details
-
prepare
protected void prepare(com.thoughtworks.xstream.XStream xstream) Description copied from class:ObjectActionLoader
Override this method if you need to prepare the XStream before using it.- Overrides:
prepare
in classObjectActionLoader<DataSetDescriptor>
- Parameters:
xstream
- the XStream that will be used for reading in the descriptor
-
createAction
- Specified by:
createAction
in classObjectActionLoader<DataSetDescriptor>
-
getClassLoader
- Specified by:
getClassLoader
in classObjectActionLoader<DataSetDescriptor>
-