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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchInitialize
(RunState runState, Object contextId) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, runCleanup, runInitialize
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
batchCleanup, runCleanup, runInitialize
-
Constructor Details
-
DataSetComponentControllerAction
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescriptorControllerAction<DataSetDescriptor>
-
batchInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Overrides:
batchInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-