Uses of Class
adams.data.spreadsheet.rowfinder.AbstractRowFinder

Packages that use AbstractRowFinder
adams.data.spreadsheet.rowfinder   
 

Uses of AbstractRowFinder in adams.data.spreadsheet.rowfinder
 

Subclasses of AbstractRowFinder in adams.data.spreadsheet.rowfinder
 class AbstractFilteredRowFinder
          Ancestor for row finders that pre-filter the rows.
 class AbstractTrainableRowFinder
          Ancestor for RowFinder algorithms that can be trained.
 class ByIndex
          Returns indices of rows that fall in the defined range.
 class ByNumericValue
          Returns indices of rows which label match the regular expression.
 class ByValue
          Returns indices of rows which label match the regular expression.
 class Invert
          Inverts the selected rows of the provided sub-row-filter.
 class MissingValue
          Returns indices of rows which label match the regular expression.
 class MultiRowFinder
          Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
 class NullFinder
          Dummy finder, does not find any rows.
 



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