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 RangeReturns the range of the absolute values within the range.static RangeRanges.aggregateRange(Range dataRange, Range aggregatedRange) Increases the given aggregated range with the new data range.Determines the range that can contain both ranges.static RangeRange.create(double minValue, double maxValue) Range from given min and max.abstract RangeStatistics.getRange()The range of the values.static RangeRanges.range(double minValue, double maxValue) Range from given min and max.static RangeDetermines the range that can contain both ranges.static RangeRange.undefined()An undefined range.Methods in org.yamcs.studio.data.formula with parameters of type RangeModifier and TypeMethodDescriptionstatic RangeReturns the range of the absolute values within the range.static RangeRanges.aggregateRange(Range dataRange, Range aggregatedRange) Increases the given aggregated range with the new data range.Determines the range that can contain both ranges.booleanDetermines whether the given range is contained by the range or not.static doublePercentage, from 0 to 1, of the first range that is contained by the second range.static RangeDetermines the range that can contain both ranges.