Package adams.core
Interface Iteratable
-
public interface Iteratable
For classes that support iteration.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumIterations()
Returns the number of iteratons.String
numIterationsTipText()
Returns the tip text for this property.void
setNumIterations(int value)
Sets the number of iterations to perform.
-
-
-
Method Detail
-
setNumIterations
void setNumIterations(int value)
Sets the number of iterations to perform.- Parameters:
value
- the number of iterations
-
getNumIterations
int getNumIterations()
Returns the number of iteratons.- Returns:
- the number of iterations
-
numIterationsTipText
String numIterationsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-