Uses of Class
adams.flow.transformer.AbstractDataContainerAppend
-
Packages that use AbstractDataContainerAppend Package Description adams.flow.transformer -
-
Uses of AbstractDataContainerAppend in adams.flow.transformer
Subclasses of AbstractDataContainerAppend in adams.flow.transformer Modifier and Type Class Description class
TimeseriesAppend
Appends the incoming timeseries to the one available from storage.
If none yet available from storage, then the current one simply put into storage.
If the timeseries already contains elements with the same timestamp, then these will get replaced by the current ones.
-