Uses of Class
adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
-
Packages that use AbstractMultiSpreadSheetOperation Package Description adams.flow.transformer adams.flow.transformer.multispreadsheetoperation -
-
Uses of AbstractMultiSpreadSheetOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractMultiSpreadSheetOperation Modifier and Type Field Description protected AbstractMultiSpreadSheetOperation
MultiSpreadSheetOperation. m_Operation
the operation to use.Methods in adams.flow.transformer that return AbstractMultiSpreadSheetOperation Modifier and Type Method Description AbstractMultiSpreadSheetOperation
MultiSpreadSheetOperation. getOperation()
Returns the operation to apply.Methods in adams.flow.transformer with parameters of type AbstractMultiSpreadSheetOperation Modifier and Type Method Description void
MultiSpreadSheetOperation. setOperation(AbstractMultiSpreadSheetOperation value)
Sets the operation to apply. -
Uses of AbstractMultiSpreadSheetOperation in adams.flow.transformer.multispreadsheetoperation
Subclasses of AbstractMultiSpreadSheetOperation in adams.flow.transformer.multispreadsheetoperation Modifier and Type Class Description class
AbstractIndentifiableRowOperation
Identifies rows and then applies the actual operation to them.class
CommonIDs
Extracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.class
Difference
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.class
Merge
Merges 2 or more spreadsheets into a single spreadsheet, using a selectable merge method.class
Overlay
Combines non-empty cells from the spreadsheets into one by overlaying them.class
PassThrough
Dummy, just passes through the data.class
Sum
Computes the sum of the numeric cells between two spreadsheets.
The values of the second spreadsheet are added to the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
-