Package adams.flow.transformer

Class Summary
SpreadSheetCell Extracts a single value from a spreadsheet.
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.
SpreadSheetInfo Outputs statistics of a SpreadSheet object.
SpreadSheetPlotGenerator Outputs plot containers generated from a spreadsheet.
SpreadSheetPlotGenerator.SortableRow Helper class for sorting rows.
SpreadSheetReader Reads a spreadsheet file and forwards the content.
SpreadSheetReplaceCellValue Replaces cell values that match a regular expression with a predefined value.
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 Turns a string representation of a spreadsheet (CSV format) into a SpreadSheet object.
 

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.