Package repast.simphony.data2.engine
Class FileSinkComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.data2.engine.FileSinkComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<FileSinkDescriptor>,ControllerAction
public class FileSinkComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<FileSinkDescriptor>
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbatchCleanup(RunState runState, Object contextId) Does nothing.voidbatchInitialize(RunState runState, Object contextId) Does nothing.voidrunInitialize(RunState runState, Object contextId, Parameters params) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
runCleanupMethods 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
runCleanup
-
Constructor Details
-
FileSinkComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescriptorControllerAction<FileSinkDescriptor>
-
runInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
runInitializein interfaceControllerAction- Overrides:
runInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignoredparams- ignored
-
batchCleanup
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
batchCleanupin interfaceControllerAction- Overrides:
batchCleanupin classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
batchInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
batchInitializein interfaceControllerAction- Overrides:
batchInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-