Uses of Interface
adams.data.spreadsheet.columnfinder.ColumnFinder
-
-
Uses of ColumnFinder in adams.data.conversion
Fields in adams.data.conversion declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderSpreadSheetColumnFinderToRange. m_ColumnFinderthe ColumnFinder to apply.Methods in adams.data.conversion that return ColumnFinder Modifier and Type Method Description ColumnFinderSpreadSheetColumnFinderToRange. getColumnFinder()Returns the column finder in use.Methods in adams.data.conversion with parameters of type ColumnFinder Modifier and Type Method Description voidSpreadSheetColumnFinderToRange. setColumnFinder(ColumnFinder value)Sets the column finder to use. -
Uses of ColumnFinder in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderColumnFinderRange. m_ColumnFinderthe column finder.Methods in adams.data.spreadsheet.cellfinder that return ColumnFinder Modifier and Type Method Description ColumnFinderColumnFinderRange. getColumnFinder()Returns the column finder to use.Methods in adams.data.spreadsheet.cellfinder with parameters of type ColumnFinder Modifier and Type Method Description voidColumnFinderRange. 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 Modifier and Type Interface Description interfaceTrainableColumnFinderInterface forColumnFinderalgorithms that can be trained.Classes in adams.data.spreadsheet.columnfinder that implement ColumnFinder Modifier and Type Class Description classAbstractColumnFinderAncestor for classes that find columns of interest in spreadsheets.classAbstractFilteredColumnFinderAncestor for column finders that pre-filter the columns.classAbstractTrainableColumnFinderAncestor forColumnFinderalgorithms that can be trained.classAllFinderDummy finder, finds all columns.classByContentTypeReturns indices of columns that satisfy the specified content types.classByExactNameReturns indices of columns which names match the exact name.classByIndexReturns indices of columns that fall in the defined range.classByNameReturns indices of columns which names match the regular expression.classDownSampleReturns the indices of every n-th column.classFilteredColumnFinderFilters the data first before applying the actual finder to locate the columns.classInvertInverts the selected columns of the provided sub-column-filter.classMultiColumnFinderApplies multiple column finding algorithms to the data.
The indices can be either joined or intersected.classNullFinderDummy finder, does not find any columns.classRowFilteredColumnFinderThis column finder first filters the rows before finding any columns on the subset of rows.classSubSampleReturns the indices of a subsample of columns.Fields in adams.data.spreadsheet.columnfinder declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderAbstractFilteredColumnFinder. m_ColumnFinderthe ColumnFinder to apply.protected ColumnFinderFilteredColumnFinder. m_Filterthe ColumnFinder to filter the data with first.protected ColumnFinderFilteredColumnFinder. m_Finderthe ColumnFinder to use on the filtered data.protected ColumnFinder[]MultiColumnFinder. m_Findersthe column finders to use.Methods in adams.data.spreadsheet.columnfinder that return ColumnFinder Modifier and Type Method Description static ColumnFinderAbstractColumnFinder. forCommandLine(String cmdline)Instantiates the column finder from the given commandline (i.e., classname and optional options).static ColumnFinderAbstractColumnFinder. forName(String classname, String[] options)Instantiates the column finder with the given options.ColumnFinderAbstractFilteredColumnFinder. getColumnFinder()Returns the column finder in use.ColumnFinderFilteredColumnFinder. getFilter()Returns the column finder to filter the data with first.ColumnFinderFilteredColumnFinder. getFinder()Returns the column finder to use on the filtered data.ColumnFinder[]MultiColumnFinder. getFinders()Returns the column finders in use.ColumnFinderAbstractColumnFinder. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.ColumnFinderAbstractColumnFinder. 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 Modifier and Type Method Description static SpreadSheetAbstractColumnFinder. filter(SpreadSheet input, ColumnFinder finder)Filters the columns of a spreadsheet with the given column finder.voidAbstractFilteredColumnFinder. setColumnFinder(ColumnFinder value)Sets the column finder to use.voidFilteredColumnFinder. setFilter(ColumnFinder value)Sets the column finder to filter the data with first.voidFilteredColumnFinder. setFinder(ColumnFinder value)Sets the column finder to use on the filtered data.voidMultiColumnFinder. setFinders(ColumnFinder[] value)Sets the column finders to use. -
Uses of ColumnFinder in adams.flow.transformer
Fields in adams.flow.transformer declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderSpreadSheetColumnFilter. m_Finderthe filter to apply.Methods in adams.flow.transformer that return ColumnFinder Modifier and Type Method Description ColumnFinderSpreadSheetColumnFilter. getFinder()Returns the finder in use.Methods in adams.flow.transformer with parameters of type ColumnFinder Modifier and Type Method Description voidSpreadSheetColumnFilter. setFinder(ColumnFinder value)Sets the finder to use. -
Uses of ColumnFinder in adams.flow.transformer.spreadsheetmethodmerge
Fields in adams.flow.transformer.spreadsheetmethodmerge declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderAbstractMerge. m_ClassFinderThe column finder for selecting class columns.Methods in adams.flow.transformer.spreadsheetmethodmerge that return ColumnFinder Modifier and Type Method Description ColumnFinderAbstractMerge. getClassFinder()Gets the method to use for finding class columns in the source spreadsheets.Methods in adams.flow.transformer.spreadsheetmethodmerge with parameters of type ColumnFinder Modifier and Type Method Description voidAbstractMerge. setClassFinder(ColumnFinder value)Sets the method to use for finding class columns in the source spreadsheets. -
Uses of ColumnFinder in adams.gui.tools.spreadsheetviewer.menu
Fields in adams.gui.tools.spreadsheetviewer.menu declared as ColumnFinder Modifier and Type Field Description protected ColumnFinderDataFilterColumns. m_LastFinderthe last finder.
-