Package adams.core
Interface Iteratable
-
public interface IteratableFor 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 intgetNumIterations()Returns the number of iteratons.StringnumIterationsTipText()Returns the tip text for this property.voidsetNumIterations(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.
-
-