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