adams.data.spreadsheet.rowfinder
Interface RowFinder

All Known Subinterfaces:
TrainableRowFinder
All Known Implementing Classes:
AbstractFilteredRowFinder, AbstractRowFinder, AbstractTrainableRowFinder, ByIndex, ByNumericValue, ByValue, Invert, MultiRowFinder, NullFinder

public interface RowFinder

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

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

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

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


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