Package repast.simphony.freezedry
Class ContextFreezeDryingAction
java.lang.Object
repast.simphony.freezedry.ContextFreezeDryingAction
- All Implemented Interfaces:
IAction
An action that will freeze dry a context of a specified id when it is executed.
- Author:
- Jerry Vos
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object
protected FreezeDryedDataSource
protected FreezeDryedRegistry
static final Object
-
Constructor Summary
ConstructorDescriptionContextFreezeDryingAction
(Object contextId, FreezeDryedDataSource dataSource) ContextFreezeDryingAction
(FreezeDryedDataSource dataSource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executes this IAction, typically by performing a method call on some object.
-
Field Details
-
USE_ROOT_ID
-
contextId
-
registry
-
dataSource
-
-
Constructor Details
-
ContextFreezeDryingAction
-
ContextFreezeDryingAction
-
-
Method Details