Name

adams.flow.transformer.CounterAdd


Synopsis

Passes a value through the specified counter.
The input for the actor can be any object, the user has to ensure representation, as a simple string representation is used by the counter.
In case of arrays, elements get stored one by one.
SpreadSheet cells with actual data get added as well.


Additional information

Flow input/output:
- input: java.lang.Object, java.lang.Object[], adams.data.spreadsheet.SpreadSheet
- output: java.lang.Object


Options