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 AbstractMultiSpreadSheetOperationMultiSpreadSheetOperation. m_Operationthe operation to use.Methods in adams.flow.transformer that return AbstractMultiSpreadSheetOperation Modifier and Type Method Description AbstractMultiSpreadSheetOperationMultiSpreadSheetOperation. getOperation()Returns the operation to apply.Methods in adams.flow.transformer with parameters of type AbstractMultiSpreadSheetOperation Modifier and Type Method Description voidMultiSpreadSheetOperation. 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 classAbstractIndentifiableRowOperationIdentifies rows and then applies the actual operation to them.classCommonIDsExtracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.classDifferenceComputes 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.classMergeMerges 2 or more spreadsheets into a single spreadsheet, using a selectable merge method.classOverlayCombines non-empty cells from the spreadsheets into one by overlaying them.classPassThroughDummy, just passes through the data.classSumComputes 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.
-