Package adams.core
Interface VariableUser
-
- All Known Implementing Classes:
ArrayToVariables
,Variable
,VariablesArray
public interface VariableUser
Interface for classes that use 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
isUsingVariables()
Returns whether variables are being used.
-