Uses of Class
adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
-
Packages that use AbstractIndentifiableRowOperation Package Description adams.flow.transformer.multispreadsheetoperation -
-
Uses of AbstractIndentifiableRowOperation in adams.flow.transformer.multispreadsheetoperation
Subclasses of AbstractIndentifiableRowOperation in adams.flow.transformer.multispreadsheetoperation Modifier and Type Class Description 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
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.
-