Uses of Class
org.yamcs.studio.data.formula.Range
Packages that use Range
-
Uses of Range in org.yamcs.studio.data.formula
Methods in org.yamcs.studio.data.formula that return RangeModifier and TypeMethodDescriptionstatic Range
Returns the range of the absolute values within the range.static Range
Ranges.aggregateRange
(Range dataRange, Range aggregatedRange) Increases the given aggregated range with the new data range.Determines the range that can contain both ranges.static Range
Range.create
(double minValue, double maxValue) Range from given min and max.abstract Range
Statistics.getRange()
The range of the values.static Range
Ranges.range
(double minValue, double maxValue) Range from given min and max.static Range
Determines the range that can contain both ranges.static Range
Range.undefined()
An undefined range.Methods in org.yamcs.studio.data.formula with parameters of type RangeModifier and TypeMethodDescriptionstatic Range
Returns the range of the absolute values within the range.static Range
Ranges.aggregateRange
(Range dataRange, Range aggregatedRange) Increases the given aggregated range with the new data range.Determines the range that can contain both ranges.boolean
Determines whether the given range is contained by the range or not.static double
Percentage, from 0 to 1, of the first range that is contained by the second range.static Range
Determines the range that can contain both ranges.