Package repast.simphony.ws
Class ChartServerControllerAction
java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.ws.ChartServerControllerAction
- All Implemented Interfaces:
ControllerAction
ControllerAction for creating DataServers.
- Author:
- nick
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
batchCleanup
(RunState runState, Object contextId) Does nothing.void
batchInitialize
(RunState runState, Object contextId) Does nothing.Methods inherited from class repast.simphony.engine.environment.DefaultControllerAction
runCleanup, runInitialize
-
Constructor Details
-
ChartServerControllerAction
-
-
Method Details
-
batchInitialize
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchInitialize
in interfaceControllerAction
- Overrides:
batchInitialize
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-
batchCleanup
Description copied from class:DefaultControllerAction
Does nothing.- Specified by:
batchCleanup
in interfaceControllerAction
- Overrides:
batchCleanup
in classDefaultControllerAction
- Parameters:
runState
- ignoredcontextId
- ignored
-