Interface ColumnFinder
-
- All Superinterfaces:
QuickInfoSupporter
- All Known Subinterfaces:
TrainableColumnFinder
- All Known Implementing Classes:
AbstractColumnFinder,AbstractFilteredColumnFinder,AbstractTrainableColumnFinder,AllFinder,ByContentType,ByExactName,ByIndex,ByName,DownSample,FilteredColumnFinder,Invert,MultiColumnFinder,NullFinder,RowFilteredColumnFinder,SubSample
public interface ColumnFinder extends QuickInfoSupporter
Interface for classes that "find" columns 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[]findColumns(SpreadSheet data)Returns the columns of interest in the spreadsheet.-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
findColumns
int[] findColumns(SpreadSheet data)
Returns the columns of interest in the spreadsheet.- Parameters:
data- the spreadsheet to inspect- Returns:
- the columns of interest
-
-