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 RowFinder
SpreadSheetRowFinderToRange. m_RowFinder
the RowFinder to apply.Methods in adams.data.conversion that return RowFinder Modifier and Type Method Description RowFinder
SpreadSheetRowFinderToRange. getRowFinder()
Returns the row finder in use.Methods in adams.data.conversion with parameters of type RowFinder Modifier and Type Method Description void
SpreadSheetRowFinderToRange. 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 RowFinder
ObjectLocationsSpreadSheetReader. m_RowFinder
the row finder to apply before extracting the objects.Methods in adams.data.io.input that return RowFinder Modifier and Type Method Description RowFinder
ObjectLocationsSpreadSheetReader. 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 void
ObjectLocationsSpreadSheetReader. 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 RowFinder
RowFinderRange. m_RowFinder
the row finder.Methods in adams.data.spreadsheet.cellfinder that return RowFinder Modifier and Type Method Description RowFinder
RowFinderRange. 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 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 Modifier and Type Field Description protected RowFinder
RowFilteredColumnFinder. m_RowFinder
the RowFinder to use first.Methods in adams.data.spreadsheet.columnfinder that return RowFinder Modifier and Type Method Description RowFinder
RowFilteredColumnFinder. getRowFinder()
Returns the row finder in use.Methods in adams.data.spreadsheet.columnfinder with parameters of type RowFinder Modifier and Type Method Description 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 Modifier and Type Interface Description interface
TrainableRowFinder
Interface forRowFinder
algorithms that can be trained.Classes in adams.data.spreadsheet.rowfinder that implement RowFinder Modifier and Type Class Description 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 forRowFinder
algorithms that can be trained.class
AllFinder
Dummy finder, returns all rows.class
ByContentType
Returns indices of rows which match the specified content type.class
ByDateValue
Returns indices of rows which date/time type falls between the min/max.class
ByIndex
Returns indices of rows that fall in the defined range.class
ByNumericRange
Returns indices of rows which numeric value fall into the specified intervals.class
ByNumericValue
Returns indices of rows which numeric value match the min/max.class
ByStringComparison
Returns indices of rows which string value match the min/max.class
ByValue
Returns indices of rows which label match the regular expression.class
ClosestNumericValue
Returns the index of the row that comes closest to the provided numeric value.class
DownSample
Returns the indices of every n-th row.class
Invert
Inverts the selected rows of the provided sub-row-filter.class
IsNumeric
Returns indices of rows that have numeric values in the specified column.class
MissingValue
Returns indices of rows which label match the regular expression.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.class
SubSample
Returns 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_Finders
the row finders to use.protected RowFinder
AbstractFilteredRowFinder. m_RowFinder
the RowFinder to apply.Methods in adams.data.spreadsheet.rowfinder that return RowFinder Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected RowFinder
SpreadSheetRowFilter. m_Finder
the filter to apply.Methods in adams.flow.transformer that return RowFinder Modifier and Type Method Description RowFinder
SpreadSheetRowFilter. getFinder()
Returns the finder in use.Methods in adams.flow.transformer with parameters of type RowFinder Modifier and Type Method Description void
SpreadSheetRowFilter. 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 RowFinder
AbstractRowBasedChartGenerator. m_RowFinder
the row finder to use.Methods in adams.gui.tools.spreadsheetviewer.chart that return RowFinder Modifier and Type Method Description RowFinder
AbstractRowBasedChartGenerator. 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 void
AbstractRowBasedChartGenerator. 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 RowFinder
DataFilterRows. m_LastFinder
the last finder. -
Uses of RowFinder in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery declared as RowFinder Modifier and Type Field Description protected RowFinder
ParserHelper. m_Subsample
the 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_RowFinders
the 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.void
ParserHelper. setSubsampleRowFinder(RowFinder finder, String log)
Sets the row finder to generate a subsample.
-