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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchCleanup
(RunState runState, Object contextId) Does nothing.void
batchInitialize
(RunState runState, Object contextId) Does nothing.void
runInitialize
(RunState runState, Object contextId, Parameters params) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
runCleanup
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.engine.environment.ControllerAction
runCleanup
-
Constructor Details
-
FileSinkComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<FileSinkDescriptor>
-
runInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
runInitialize
in interfaceControllerAction
- Overrides:
runInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignoredparams
- ignored
-
batchCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchCleanup
in interfaceControllerAction
- Overrides:
batchCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
batchInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Overrides:
batchInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-