Package adams.core
Interface VariableUpdater
-
- All Known Implementing Classes:
DeleteVariable
,DeleteVariable
,IncVariable
,SetManyVariables
,SetManyVariables
,SetVariable
,SetVariable
,StorageForLoop
,SwapVariables
public interface VariableUpdater
Interface 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 boolean
isUpdatingVariables()
Returns whether variables are being updated.
-