Package adams.flow.transformer

Class Summary
AbstractInPlaceSpreadSheetTransformer Ancestor for spreadsheet transformers that allow the processing to happen in-place, rather than on a copy of the data.
AbstractSpreadSheetTransformer Ancestor for transformers that work on spreadsheets and also output spreadsheets again.
SpreadSheetAnonymize Anonymizes a range of columns in a spreadsheet.
SpreadSheetAppend Appends the incoming spreadsheet to one in storage.
If there is none in storage yet, the incoming spreadsheet will simply get stored in storage.
The spreadsheets need not have the same structure, but it is assumed that column names are unique within a spreadsheet.
The combined spreadsheet is then forwarded.
SpreadSheetColumnFilter Filters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.
SpreadSheetColumnIterator Iterates through all columns of a spreadsheet and outputs the names.
The columns can be limited with the range parameter and furthermore with the regular expression applied to the names.
SpreadSheetColumnsByName Creates a new spreadsheet with the columns that matched the regular expression.
SpreadSheetCopyColumns Copies a range of columns to a specific position in the spreadsheets coming through.
SpreadSheetDifference Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
SpreadSheetFileReader Reads a spreadsheet file and forwards the content.
SpreadSheetGetCell Extracts a single value from a spreadsheet.
SpreadSheetInfo Outputs statistics of a SpreadSheet object.
SpreadSheetInsertColumn Inserts a column at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetInsertRow Inserts a row at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetPlotGenerator Outputs plot containers generated from a spreadsheet.
SpreadSheetRemoveColumn Removes the column at the specific position from spreadsheets coming through.
SpreadSheetRemoveRow Removes a row at the specific position from spreadsheets coming through.
SpreadSheetReplaceCellValue Replaces cell values that match a regular expression with a predefined value.
SpreadSheetRowFilter Filters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.
SpreadSheetSetCell Sets a single cell value in a spreadsheet.
SpreadSheetSort Sorts the rows of the spreadsheet according to the selected column indices and sort order (ascending/descending).
SpreadSheetStatistic Generates statistics from a SpreadSheet object.
If cells aren't numeric or missing, a default value of zero is used.
SpreadSheetSubset Extracts a subset of rows/columns from a spreadsheet.
StringToSpreadSheet Deprecated.
 

Enum Summary
SpreadSheetInfo.InfoType The type of information to generate.
SpreadSheetReplaceCellValue.Scope Defines the scope of the replace.
SpreadSheetStatistic.DataType Defines what data to retrieve from an Instances object.
 



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