|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
com.ptc.core.meta.common | |
com.ptc.core.query.optimize.server.impl | |
com.ptc.core.query.server.criteria | |
wt.util.range | |
wt.util.version |
Uses of Range in com.ptc.core.meta.common |
Methods in com.ptc.core.meta.common that return Range | |
protected static Range[] |
SignificantFiguresAnalogSet.toRangeArray(DataSet set)
|
static Range |
NumericToolkit.roundingRange(FloatingPoint floatingPoint)
Returns a Range representing all FloatingPoints that, when rounded to the precision of the specified FloatingPoint, are equal to the specified FloatingPoint rounded to the same number of digits. |
static Range |
NumericToolkit.roundingRange(FloatingPointWithUnits floatingPointWithUnits)
Returns a Range representing all FloatingPointWithUnits that, when rounded to the precision of the specified FloatingPoint, are equal to the specified FloatingPointWithUnits rounded to the same number of digits. |
static Range |
NumericToolkit.roundingRange(double doubleValue,
int roundingDigits)
Returns a Range representing all Doubles that, when rounded to the specified number of digits, are equal to the specified double rounded to the same number of digits. |
Range[] |
AnalogSet.getRanges()
Supported API: false |
Range |
AnalogSet.getBoundingRange()
Supported API: false |
Constructors in com.ptc.core.meta.common with parameters of type Range | |
AnalogSet(Range the_range)
Supported API: false |
|
AnalogSet(Range[] the_ranges)
Supported API: false |
Uses of Range in com.ptc.core.query.optimize.server.impl |
Fields in com.ptc.core.query.optimize.server.impl declared as Range | |
private Range |
AbstractValueGroupStatisticsRankGenerator.lessThanThreshold
|
private Range |
AbstractValueGroupStatisticsRankGenerator.greaterThanThreshold
|
Methods in com.ptc.core.query.optimize.server.impl with parameters of type Range | |
private Comparable |
RankInfoExpectedRowsComparator.evaluate(Range a_range)
|
private Comparable |
RankInfoExpectedRowsComparator.getRangeSizeBoundary(Range a_range)
|
Uses of Range in com.ptc.core.query.server.criteria |
Methods in com.ptc.core.query.server.criteria with parameters of type Range | |
private static WhereExpression |
CriteriaUtil.buildAnalogSetWhereExpression(ColumnExpression column,
Range range,
String javaTypeName)
|
Uses of Range in wt.util.range |
Fields in wt.util.range declared as Range | |
(package private) Range |
Range.range_
|
(package private) Range |
Range.range_
|
Methods in wt.util.range that return Range | |
static Range |
Range.newIncludeLowIncludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: [low, high] |
static Range |
Range.newIncludeLowExcludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: [low, high) |
static Range |
Range.newExcludeLowIncludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: (low, high] |
static Range |
Range.newExcludeLowExcludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: (low, high) |
static Range |
Range.newIncludeLowUnboundedHigh(Comparable low)
Create an instance that operates conceptually as: [low, infinity) |
static Range |
Range.newExcludeLowUnboundedHigh(Comparable low)
Create an instance that operates conceptually as: (low, infinity) |
static Range |
Range.newUnboundedLowIncludeHigh(Comparable high)
Create an instance that operates conceptually as: (-infinity, high] |
static Range |
Range.newUnboundedLowExcludeHigh(Comparable high)
Create an instance that operates conceptually as: (-infinity, high) |
static Range |
Range.newParameterized(Comparable low,
boolean low_inclusive,
Comparable high,
boolean high_inclusive)
|
static Range |
Range.newIncludeLowIncludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: [low, high] |
static Range |
Range.newIncludeLowExcludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: [low, high) |
static Range |
Range.newExcludeLowIncludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: (low, high] |
static Range |
Range.newExcludeLowExcludeHigh(Comparable low,
Comparable high)
Create an instance that operates conceptually as: (low, high) |
static Range |
Range.newIncludeLowUnboundedHigh(Comparable low)
Create an instance that operates conceptually as: [low, infinity) |
static Range |
Range.newExcludeLowUnboundedHigh(Comparable low)
Create an instance that operates conceptually as: (low, infinity) |
static Range |
Range.newUnboundedLowIncludeHigh(Comparable high)
Create an instance that operates conceptually as: (-infinity, high] |
static Range |
Range.newUnboundedLowExcludeHigh(Comparable high)
Create an instance that operates conceptually as: (-infinity, high) |
static Range |
Range.newParameterized(Comparable low,
boolean low_inclusive,
Comparable high,
boolean high_inclusive)
|
Uses of Range in wt.util.version |
Fields in wt.util.version declared as Range | |
private Range |
ReleaseIdRange.range_
|
private Range |
ReleaseIdRange.range_
|
Constructors in wt.util.version with parameters of type Range | |
ReleaseIdRange(Range range)
Constructs the ReleaseIdRange from a Range constructed from a low and high ReleaseId. |
|
ReleaseIdRange(Range range)
Constructs the ReleaseIdRange from a Range constructed from a low and high ReleaseId. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |