Package repast.simphony.data2.engine
Class FileSinkControllerActionIO.FileSinkActionLoader
java.lang.Object
repast.simphony.scenario.AbstractActionLoader
repast.simphony.scenario.ObjectActionLoader<T>
repast.simphony.scenario.DescriptorActionLoader<FileSinkDescriptor>
repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
- All Implemented Interfaces:
ActionLoader
- Enclosing class:
- FileSinkControllerActionIO
public static class FileSinkControllerActionIO.FileSinkActionLoader
extends DescriptorActionLoader<FileSinkDescriptor>
-
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
(FileSinkDescriptor 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
-
FileSinkActionLoader
-
-
Method Details
-
createAction
- Specified by:
createAction
in classObjectActionLoader<FileSinkDescriptor>
-
getClassLoader
- Specified by:
getClassLoader
in classObjectActionLoader<FileSinkDescriptor>
-