Package repast.simphony.data2.engine
Class DataSetComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.data2.engine.DataSetComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<DataSetDescriptor>,ControllerAction
public class DataSetComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<DataSetDescriptor>
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
-
DataSetComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescriptorControllerAction<DataSetDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
batchInitializein interfaceControllerAction- Overrides:
batchInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-