Class DisplayComponentControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.visualization.engine.DisplayComponentControllerAction
- All Implemented Interfaces:
DescriptorControllerAction<DisplayDescriptor>,ControllerAction
public class DisplayComponentControllerAction
extends DefaultControllerAction
implements DescriptorControllerAction<DisplayDescriptor>
Component action for a display. This action when initalized creates a single display from a
descriptor.
- Author:
- Nick Collier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunCleanup(RunState runState, Object contextId) Does nothing.voidrunInitialize(RunState runState, Object contextId, Parameters params) Does nothing.voidsetDescriptor(DisplayDescriptor descriptor) Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
batchCleanup, batchInitializeMethods 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, batchInitialize
-
Constructor Details
-
DisplayComponentControllerAction
-
-
Method Details
-
runCleanup
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
runCleanupin interfaceControllerAction- Overrides:
runCleanupin classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignored
-
runInitialize
Description copied from class:DefaultControllerActionDoes nothing.- Specified by:
runInitializein interfaceControllerAction- Overrides:
runInitializein classDefaultControllerAction- Parameters:
runState- ignoredcontextId- ignoredparams- ignored
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescriptorControllerAction<DisplayDescriptor>
-
setDescriptor
-