Package adams.data.spreadsheet.rowfinder
Interface RowFinder
-
- All Superinterfaces:
QuickInfoSupporter
- All Known Subinterfaces:
TrainableRowFinder
- All Known Implementing Classes:
AbstractFilteredRowFinder
,AbstractRowFinder
,AbstractTrainableRowFinder
,AllFinder
,ByContentType
,ByDateValue
,ByIndex
,ByNumericRange
,ByNumericValue
,ByStringComparison
,ByValue
,ClosestNumericValue
,DownSample
,Invert
,IsNumeric
,MissingValue
,MultiRowFinder
,NullFinder
,SubSample
public interface RowFinder extends QuickInfoSupporter
Interface for classes that "find" rows of interest in spreadsheets.- 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[]
findRows(SpreadSheet data)
Returns the rows of interest in the spreadsheet.-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
findRows
int[] findRows(SpreadSheet data)
Returns the rows of interest in the spreadsheet.- Parameters:
data
- the spreadsheet to inspect- Returns:
- the rows of interest
-
-