Uses of Interface
adams.data.spreadsheet.rowfinder.RowFinder
-
-
Uses of RowFinder in adams.data.conversion
Fields in adams.data.conversion declared as RowFinder Modifier and Type Field Description protected RowFinderSpreadSheetRowFinderToRange. m_RowFinderthe RowFinder to apply.Methods in adams.data.conversion that return RowFinder Modifier and Type Method Description RowFinderSpreadSheetRowFinderToRange. getRowFinder()Returns the row finder in use.Methods in adams.data.conversion with parameters of type RowFinder Modifier and Type Method Description voidSpreadSheetRowFinderToRange. setRowFinder(RowFinder value)Sets the row finder to use. -
Uses of RowFinder in adams.data.io.input
Fields in adams.data.io.input declared as RowFinder Modifier and Type Field Description protected RowFinderObjectLocationsSpreadSheetReader. m_RowFinderthe row finder to apply before extracting the objects.Methods in adams.data.io.input that return RowFinder Modifier and Type Method Description RowFinderObjectLocationsSpreadSheetReader. getRowFinder()Returns the row finder to use for selecting a subset before extracting object locations.Methods in adams.data.io.input with parameters of type RowFinder Modifier and Type Method Description voidObjectLocationsSpreadSheetReader. setRowFinder(RowFinder value)Sets the row finder to use for selecting a subset before extracting object locations. -
Uses of RowFinder in adams.data.spreadsheet.cellfinder
Fields in adams.data.spreadsheet.cellfinder declared as RowFinder Modifier and Type Field Description protected RowFinderRowFinderRange. m_RowFinderthe row finder.Methods in adams.data.spreadsheet.cellfinder that return RowFinder Modifier and Type Method Description RowFinderRowFinderRange. getRowFinder()Returns the row finder to use for locating the rows.Methods in adams.data.spreadsheet.cellfinder with parameters of type RowFinder Modifier and Type Method Description voidRowFinderRange. 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 Modifier and Type Field Description protected RowFinderRowFilteredColumnFinder. m_RowFinderthe RowFinder to use first.Methods in adams.data.spreadsheet.columnfinder that return RowFinder Modifier and Type Method Description RowFinderRowFilteredColumnFinder. getRowFinder()Returns the row finder in use.Methods in adams.data.spreadsheet.columnfinder with parameters of type RowFinder Modifier and Type Method Description voidRowFilteredColumnFinder. 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 Modifier and Type Interface Description interfaceTrainableRowFinderInterface forRowFinderalgorithms that can be trained.Classes in adams.data.spreadsheet.rowfinder that implement RowFinder Modifier and Type Class Description classAbstractFilteredRowFinderAncestor for row finders that pre-filter the rows.classAbstractRowFinderAncestor for classes that find rows of interest in datasets.classAbstractTrainableRowFinderAncestor forRowFinderalgorithms that can be trained.classAllFinderDummy finder, returns all rows.classByContentTypeReturns indices of rows which match the specified content type.classByDateValueReturns indices of rows which date/time type falls between the min/max.classByIndexReturns indices of rows that fall in the defined range.classByNumericRangeReturns indices of rows which numeric value fall into the specified intervals.classByNumericValueReturns indices of rows which numeric value match the min/max.classByStringComparisonReturns indices of rows which string value match the min/max.classByValueReturns indices of rows which label match the regular expression.classClosestNumericValueReturns the index of the row that comes closest to the provided numeric value.classDownSampleReturns the indices of every n-th row.classInvertInverts the selected rows of the provided sub-row-filter.classIsNumericReturns indices of rows that have numeric values in the specified column.classMissingValueReturns indices of rows which label match the regular expression.classMultiRowFinderApplies multiple row finding algorithms to the data.
The indices can be either joined or intersected.classNullFinderDummy finder, does not find any rows.classSubSampleReturns the indices of a subsample of rows.Fields in adams.data.spreadsheet.rowfinder declared as RowFinder Modifier and Type Field Description protected RowFinder[]MultiRowFinder. m_Findersthe row finders to use.protected RowFinderAbstractFilteredRowFinder. m_RowFinderthe RowFinder to apply.Methods in adams.data.spreadsheet.rowfinder that return RowFinder Modifier and Type Method Description static RowFinderAbstractRowFinder. forCommandLine(String cmdline)Instantiates the row finder from the given commandline (i.e., classname and optional options).static RowFinderAbstractRowFinder. forName(String classname, String[] options)Instantiates the row finder with the given options.RowFinder[]MultiRowFinder. getFinders()Returns the row finders in use.RowFinderAbstractFilteredRowFinder. getRowFinder()Returns the row finder in use.RowFinderAbstractRowFinder. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.RowFinderAbstractRowFinder. 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 Modifier and Type Method Description static SpreadSheetAbstractRowFinder. filter(SpreadSheet input, RowFinder finder)Filters the rows of the spreadsheet with the specified row finder.voidMultiRowFinder. setFinders(RowFinder[] value)Sets the row finders to use.voidAbstractFilteredRowFinder. setRowFinder(RowFinder value)Sets the row finder to use. -
Uses of RowFinder in adams.flow.transformer
Fields in adams.flow.transformer declared as RowFinder Modifier and Type Field Description protected RowFinderSpreadSheetRowFilter. m_Finderthe filter to apply.Methods in adams.flow.transformer that return RowFinder Modifier and Type Method Description RowFinderSpreadSheetRowFilter. getFinder()Returns the finder in use.Methods in adams.flow.transformer with parameters of type RowFinder Modifier and Type Method Description voidSpreadSheetRowFilter. setFinder(RowFinder value)Sets the finder to use. -
Uses of RowFinder in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as RowFinder Modifier and Type Field Description protected RowFinderAbstractRowBasedChartGenerator. m_RowFinderthe row finder to use.Methods in adams.gui.tools.spreadsheetviewer.chart that return RowFinder Modifier and Type Method Description RowFinderAbstractRowBasedChartGenerator. getRowFinder()Returns the row finder to use for restricting the rows used for the chart.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type RowFinder Modifier and Type Method Description voidAbstractRowBasedChartGenerator. setRowFinder(RowFinder value)Sets the row finder to use for restricting the rows used for the chart. -
Uses of RowFinder in adams.gui.tools.spreadsheetviewer.menu
Fields in adams.gui.tools.spreadsheetviewer.menu declared as RowFinder Modifier and Type Field Description protected RowFinderDataFilterRows. m_LastFinderthe last finder. -
Uses of RowFinder in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery declared as RowFinder Modifier and Type Field Description protected RowFinderParserHelper. m_Subsamplethe rowfinder to use for generating a subsample.Fields in adams.parser.spreadsheetquery with type parameters of type RowFinder Modifier and Type Field Description protected List<RowFinder>ParserHelper. m_RowFindersthe row finders to use.Methods in adams.parser.spreadsheetquery with parameters of type RowFinder Modifier and Type Method Description int[]ParserHelper. applyRowFinder(RowFinder finder, String log)Applies the row finder.voidParserHelper. setSubsampleRowFinder(RowFinder finder, String log)Sets the row finder to generate a subsample.
-