Class ContextFreezeDryingAction

java.lang.Object
repast.simphony.freezedry.ContextFreezeDryingAction
All Implemented Interfaces:
IAction

public class ContextFreezeDryingAction extends Object implements IAction
An action that will freeze dry a context of a specified id when it is executed.
Author:
Jerry Vos
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public void execute()
      Description copied from interface: IAction
      Executes this IAction, typically by performing a method call on some object.
      Specified by:
      execute in interface IAction
    • getDataSource

      public FreezeDryedDataSource getDataSource()