Uses of Class
adams.data.spreadsheet.cellfinder.AbstractCellFinder

Packages that use AbstractCellFinder
adams.data.spreadsheet.cellfinder   
adams.flow.transformer   
 

Uses of AbstractCellFinder in adams.data.spreadsheet.cellfinder
 

Subclasses of AbstractCellFinder in adams.data.spreadsheet.cellfinder
 class CellRange
          Locator that locates cells using a rectangular range.
 class ColumnFinderRange
          Uses a column finder to locate the interesting columns.
 class CorrespondingColumn
          Rather than return a cell that was located using the given cell finder, you can return a corresponding cell (within the same row).
This allows you to locate cells with certain value but then update a different column in the same row.
 class RowFinderRange
          Uses a row finder to locate the interesting rows.
 class SingleCell
          Simple locator that just locates a single cell.
 

Fields in adams.data.spreadsheet.cellfinder declared as AbstractCellFinder
protected  AbstractCellFinder CorrespondingColumn.m_Finder
          the base cell finder to use.
 

Methods in adams.data.spreadsheet.cellfinder that return AbstractCellFinder
static AbstractCellFinder AbstractCellFinder.forCommandLine(String cmdline)
          Instantiates the cell finder from the given commandline (i.e., classname and optional options).
static AbstractCellFinder AbstractCellFinder.forName(String classname, String[] options)
          Instantiates the cell finder with the given options.
 AbstractCellFinder CorrespondingColumn.getFinder()
          Returns the base cell finder.
 AbstractCellFinder AbstractCellFinder.shallowCopy()
          Returns a shallow copy of itself, i.e., based on the commandline options.
 AbstractCellFinder AbstractCellFinder.shallowCopy(boolean expand)
          Returns a shallow copy of itself, i.e., based on the commandline options.
 

Methods in adams.data.spreadsheet.cellfinder with parameters of type AbstractCellFinder
 void CorrespondingColumn.setFinder(AbstractCellFinder value)
          Sets the base cell finder.
 

Uses of AbstractCellFinder in adams.flow.transformer
 

Fields in adams.flow.transformer declared as AbstractCellFinder
protected  AbstractCellFinder SpreadSheetConvertCells.m_Finder
          for locating the cells.
protected  AbstractCellFinder SpreadSheetTransformCells.m_Finder
          for locating the cells.
 

Methods in adams.flow.transformer that return AbstractCellFinder
 AbstractCellFinder SpreadSheetConvertCells.getFinder()
          Returns the cell finder to use.
 AbstractCellFinder SpreadSheetTransformCells.getFinder()
          Returns the cell finder to use.
 

Methods in adams.flow.transformer with parameters of type AbstractCellFinder
 void SpreadSheetConvertCells.setFinder(AbstractCellFinder value)
          Sets the cell finder to use.
 void SpreadSheetTransformCells.setFinder(AbstractCellFinder value)
          Sets the cell finder to use.
 



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