Uses of Class
adams.flow.transformer.AbstractSpreadSheetTransformer

Packages that use AbstractSpreadSheetTransformer
adams.flow.transformer   
 

Uses of AbstractSpreadSheetTransformer in adams.flow.transformer
 

Subclasses of AbstractSpreadSheetTransformer in adams.flow.transformer
 class AbstractInPlaceSpreadSheetTransformer
          Ancestor for spreadsheet transformers that allow the processing to happen in-place, rather than on a copy of the data.
 class LookUpInit
          Creates a lookup table from a spreadsheet, using one column as key and another one as value.
 class SpreadSheetAnonymize
          Anonymizes a range of columns in a spreadsheet.
 class 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.
 class SpreadSheetColumnFilter
          Filters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.
 class SpreadSheetColumnsByName
          Creates a new spreadsheet with the columns that matched the regular expression.
 class SpreadSheetConvertCells
          Finds cells in a spreadsheet and converts them with a conversion scheme.
 class SpreadSheetCopyColumns
          Copies a range of columns to a specific position in the spreadsheets coming through.
 class SpreadSheetInsertColumn
          Inserts a column at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
 class SpreadSheetInsertRow
          Inserts a row at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
 class SpreadSheetRemoveColumn
          Removes the column(s) at the specific position from spreadsheets coming through.
 class SpreadSheetRemoveRow
          Removes one or more rows at the specific position from spreadsheets coming through.
 class SpreadSheetReorderColumns
          Reorders the columns in a spreadsheet according to a user-supplied order.
 class SpreadSheetReplaceCellValue
          Replaces cell values that match a regular expression with a predefined value.
 class SpreadSheetRowFilter
          Filters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.
 class SpreadSheetSetCell
          Sets a single cell value in a spreadsheet.
 class SpreadSheetSetHeaderCell
          Sets a single header cell value in a spreadsheet.
 class SpreadSheetSort
          Sorts the rows of the spreadsheet according to the selected column indices and sort order (ascending/descending).
 class SpreadSheetSubset
          Extracts a subset of rows/columns from a spreadsheet.
 class SpreadSheetTransformCells
          Finds cells in a spreadsheet and transforms them with a global transformer.
 



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