Build a better solution reusing community experience.
| Authors | Paolo Ciccarese |
| Institution | Universita' degli Studi di Pavia |
| Release Date | 1st December 2007 |
| Release Version | 1.0 |
| License | Apache License 2.0 |
| Previous Versions | - |
Name |
Description |
Type |
Allowed Values | Default |
|---|---|---|---|---|
| LowerBound | The lowest allowed value | string | ignored | |
| UpperBound | The highest allowed value | string | ignored | |
| EnableClipping | Enables clipping (value changed to the closest allowed value) | string | {true,false} | true |
Example of Quantity Range Filter Filter parametrization:
(To be done)
The Quantity Range Filter filters all the values out of a range (defined through minimum and/or maximum value allowed). The values that are out of range can be rejected or clipped (changed to the closest allowed value).
Label |
Supported data type(s) |
|---|---|
| Input | org.jdpf.plugins.datatypes.basic.MeasureSeries |
| Output | org.jdpf.plugins.datatypes.basic.MeasureSeries |
The Quantity Range Filter block accepts in input org.jdpf.plugins.datatypes.basic.MeasureSeries and produce as output a org.jdpf.plugins.datatypes.basic.MeasureSeries. Thus:
As the Quantity Range Filter has been devloped with the JDPF core plugins, the only dependency is with the core plugin: