adams.data.spreadsheet.columnfinder
Interface ColumnFinder

All Known Subinterfaces:
TrainableColumnFinder
All Known Implementing Classes:
AbstractColumnFinder, AbstractFilteredColumnFinder, AbstractTrainableColumnFinder, ByContentType, ByIndex, ByName, Invert, MultiColumnFinder, NullFinder, RowFilteredColumnFinder

public interface ColumnFinder

Interface for classes that "find" columns of interest in spreadsheets.

Version:
$Revision: 6066 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 int[] findColumns(SpreadSheet data)
          Returns the columns of interest in the spreadsheet.
 

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


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.