Uses of Interface
adams.data.spreadsheet.columnfinder.ColumnFinder

Packages that use ColumnFinder
adams.data.spreadsheet.cellfinder   
adams.data.spreadsheet.columnfinder   
adams.flow.transformer   
 

Uses of ColumnFinder in adams.data.spreadsheet.cellfinder
 

Fields in adams.data.spreadsheet.cellfinder declared as ColumnFinder
protected  ColumnFinder ColumnFinderRange.m_ColumnFinder
          the column finder.
 

Methods in adams.data.spreadsheet.cellfinder that return ColumnFinder
 ColumnFinder ColumnFinderRange.getColumnFinder()
          Returns the column finder to use.
 

Methods in adams.data.spreadsheet.cellfinder with parameters of type ColumnFinder
 void ColumnFinderRange.setColumnFinder(ColumnFinder value)
          Sets the column finder to use.
 

Uses of ColumnFinder in adams.data.spreadsheet.columnfinder
 

Subinterfaces of ColumnFinder in adams.data.spreadsheet.columnfinder
 interface TrainableColumnFinder
          Interface for ColumnFinder algorithms that can be trained.
 

Classes in adams.data.spreadsheet.columnfinder that implement ColumnFinder
 class AbstractColumnFinder
          Ancestor for classes that find columns of interest in spreadsheets.
 class AbstractFilteredColumnFinder
          Ancestor for column finders that pre-filter the columns.
 class AbstractTrainableColumnFinder
          Ancestor for ColumnFinder algorithms that can be trained.
 class ByContentType
          Returns indices of columns that satisfy the specified content types.
 class ByIndex
          Returns indices of columns that fall in the defined range.
 class ByName
          Returns indices of columns which names match the regular expression.
 class FilteredColumnFinder
          Filters the data first before applying the actual finder to locate the columns.
 class Invert
          Inverts the selected columns of the provided sub-column-filter.
 class MultiColumnFinder
          Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
 class NullFinder
          Dummy finder, does not find any columns.
 class RowFilteredColumnFinder
          This column finder first filters the rows before finding any columns on the subset of rows.
 

Fields in adams.data.spreadsheet.columnfinder declared as ColumnFinder
protected  ColumnFinder AbstractFilteredColumnFinder.m_ColumnFinder
          the ColumnFinder to apply.
protected  ColumnFinder FilteredColumnFinder.m_Filter
          the ColumnFinder to filter the data with first.
protected  ColumnFinder FilteredColumnFinder.m_Finder
          the ColumnFinder to use on the filtered data.
protected  ColumnFinder[] MultiColumnFinder.m_Finders
          the column finders to use.
 

Methods in adams.data.spreadsheet.columnfinder that return ColumnFinder
static ColumnFinder AbstractColumnFinder.forCommandLine(String cmdline)
          Instantiates the column finder from the given commandline (i.e., classname and optional options).
static ColumnFinder AbstractColumnFinder.forName(String classname, String[] options)
          Instantiates the column finder with the given options.
 ColumnFinder AbstractFilteredColumnFinder.getColumnFinder()
          Returns the column finder in use.
 ColumnFinder FilteredColumnFinder.getFilter()
          Returns the column finder to filter the data with first.
 ColumnFinder FilteredColumnFinder.getFinder()
          Returns the column finder to use on the filtered data.
 ColumnFinder[] MultiColumnFinder.getFinders()
          Returns the column finders in use.
 ColumnFinder AbstractColumnFinder.shallowCopy()
          Returns a shallow copy of itself, i.e., based on the commandline options.
 ColumnFinder AbstractColumnFinder.shallowCopy(boolean expand)
          Returns a shallow copy of itself, i.e., based on the commandline options.
 

Methods in adams.data.spreadsheet.columnfinder with parameters of type ColumnFinder
static SpreadSheet AbstractColumnFinder.filter(SpreadSheet input, ColumnFinder finder)
          Filters the columns of a spreadsheet with the given column finder.
 void AbstractFilteredColumnFinder.setColumnFinder(ColumnFinder value)
          Sets the column finder to use.
 void FilteredColumnFinder.setFilter(ColumnFinder value)
          Sets the column finder to filter the data with first.
 void FilteredColumnFinder.setFinder(ColumnFinder value)
          Sets the column finder to use on the filtered data.
 void MultiColumnFinder.setFinders(ColumnFinder[] value)
          Sets the column finders to use.
 

Uses of ColumnFinder in adams.flow.transformer
 

Fields in adams.flow.transformer declared as ColumnFinder
protected  ColumnFinder SpreadSheetColumnFilter.m_Finder
          the filter to apply.
 

Methods in adams.flow.transformer that return ColumnFinder
 ColumnFinder SpreadSheetColumnFilter.getFinder()
          Returns the finder in use.
 

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



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