Interface DescriptorControllerAction<T extends Descriptor>
- All Superinterfaces:
ControllerAction
- All Known Implementing Classes:
ConsoleSinkComponentControllerAction
,DataSetComponentControllerAction
,DefaultContextSchedulableControllerAction
,DefaultSchedulableAction
,DefaultUserPanelDescriptorAction
,DisplayComponentControllerAction
,FileSinkComponentControllerAction
,HistogramComponentControllerAction
,TimeSeriesComponentControllerAction
A Controller action that executes based on a
Descriptor
.- Author:
- Jerry Vos
-
Method Summary
Methods inherited from interface repast.simphony.engine.environment.ControllerAction
batchCleanup, batchInitialize, runCleanup, runInitialize
-
Method Details
-
getDescriptor
T getDescriptor()
-