Package adams.core
Interface VariableUpdater
-
- All Known Implementing Classes:
DeleteVariable,DeleteVariable,IncVariable,SetManyVariables,SetManyVariables,SetVariable,SetVariable,StorageForLoop,SwapVariables
public interface VariableUpdaterInterface for classes that update variables.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisUpdatingVariables()Returns whether variables are being updated.
-