Uses of Interface
adams.data.spreadsheet.rowfinder.RowFinder

Packages that use RowFinder
adams.data.spreadsheet.cellfinder   
adams.data.spreadsheet.columnfinder   
adams.data.spreadsheet.rowfinder   
adams.flow.transformer   
 

Uses of RowFinder in adams.data.spreadsheet.cellfinder
 

Fields in adams.data.spreadsheet.cellfinder declared as RowFinder
protected  RowFinder RowFinderRange.m_RowFinder
          the row finder.
 

Methods in adams.data.spreadsheet.cellfinder that return RowFinder
 RowFinder RowFinderRange.getRowFinder()
          Returns the row finder to use for locating the rows.
 

Methods in adams.data.spreadsheet.cellfinder with parameters of type RowFinder
 void RowFinderRange.setRowFinder(RowFinder value)
          Sets the row finder to use for locating the rows.
 

Uses of RowFinder in adams.data.spreadsheet.columnfinder
 

Fields in adams.data.spreadsheet.columnfinder declared as RowFinder
protected  RowFinder RowFilteredColumnFinder.m_RowFinder
          the RowFinder to use first.
 

Methods in adams.data.spreadsheet.columnfinder that return RowFinder
 RowFinder RowFilteredColumnFinder.getRowFinder()
          Returns the row finder in use.
 

Methods in adams.data.spreadsheet.columnfinder with parameters of type RowFinder
 void RowFilteredColumnFinder.setRowFinder(RowFinder value)
          Sets the row finder to use.
 

Uses of RowFinder in adams.data.spreadsheet.rowfinder
 

Subinterfaces of RowFinder in adams.data.spreadsheet.rowfinder
 interface TrainableRowFinder
          Interface for RowFinder algorithms that can be trained.
 

Classes in adams.data.spreadsheet.rowfinder that implement RowFinder
 class AbstractFilteredRowFinder
          Ancestor for row finders that pre-filter the rows.
 class AbstractRowFinder
          Ancestor for classes that find rows of interest in datasets.
 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 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.
 

Fields in adams.data.spreadsheet.rowfinder declared as RowFinder
protected  RowFinder[] MultiRowFinder.m_Finders
          the row finders to use.
protected  RowFinder AbstractFilteredRowFinder.m_RowFinder
          the RowFinder to apply.
 

Methods in adams.data.spreadsheet.rowfinder that return RowFinder
static RowFinder AbstractRowFinder.forCommandLine(String cmdline)
          Instantiates the row finder from the given commandline (i.e., classname and optional options).
static RowFinder AbstractRowFinder.forName(String classname, String[] options)
          Instantiates the row finder with the given options.
 RowFinder[] MultiRowFinder.getFinders()
          Returns the row finders in use.
 RowFinder AbstractFilteredRowFinder.getRowFinder()
          Returns the row finder in use.
 RowFinder AbstractRowFinder.shallowCopy()
          Returns a shallow copy of itself, i.e., based on the commandline options.
 RowFinder AbstractRowFinder.shallowCopy(boolean expand)
          Returns a shallow copy of itself, i.e., based on the commandline options.
 

Methods in adams.data.spreadsheet.rowfinder with parameters of type RowFinder
static SpreadSheet AbstractRowFinder.filter(SpreadSheet input, RowFinder finder)
          Filters the rows of the spreadsheet with the specified row finder.
 void MultiRowFinder.setFinders(RowFinder[] value)
          Sets the row finders to use.
 void AbstractFilteredRowFinder.setRowFinder(RowFinder value)
          Sets the row finder to use.
 

Uses of RowFinder in adams.flow.transformer
 

Fields in adams.flow.transformer declared as RowFinder
protected  RowFinder SpreadSheetRowFilter.m_Finder
          the filter to apply.
 

Methods in adams.flow.transformer that return RowFinder
 RowFinder SpreadSheetRowFilter.getFinder()
          Returns the finder in use.
 

Methods in adams.flow.transformer with parameters of type RowFinder
 void SpreadSheetRowFilter.setFinder(RowFinder value)
          Sets the finder to use.
 



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