Uses of Class
org.openl.rules.helpers.DoubleRange
-
Packages that use DoubleRange Package Description org.openl.rules.dt.type org.openl.rules.helpers -
-
Uses of DoubleRange in org.openl.rules.dt.type
Methods in org.openl.rules.dt.type that return types with arguments of type DoubleRange Modifier and Type Method Description static IRangeAdaptor<DoubleRange,Double>DoubleRangeAdaptor. getInstance()Methods in org.openl.rules.dt.type with parameters of type DoubleRange Modifier and Type Method Description DoubleDoubleRangeAdaptor. getMax(DoubleRange range)DoubleDoubleRangeAdaptor. getMin(DoubleRange range) -
Uses of DoubleRange in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return DoubleRange Modifier and Type Method Description static DoubleRangeDoubleRange. autocast(byte x, DoubleRange y)static DoubleRangeDoubleRange. autocast(double x, DoubleRange y)static DoubleRangeDoubleRange. autocast(float x, DoubleRange y)static DoubleRangeDoubleRange. autocast(int x, DoubleRange y)static DoubleRangeDoubleRange. autocast(long x, DoubleRange y)static DoubleRangeDoubleRange. autocast(short x, DoubleRange y)static DoubleRangeDoubleRange. autocast(IntRange x, DoubleRange y)static DoubleRangeDoubleRange. cast(BigDecimal x, DoubleRange y)static DoubleRangeDoubleRange. cast(BigInteger x, DoubleRange y)Methods in org.openl.rules.helpers with parameters of type DoubleRange Modifier and Type Method Description static DoubleRangeDoubleRange. autocast(byte x, DoubleRange y)static DoubleRangeDoubleRange. autocast(double x, DoubleRange y)static DoubleRangeDoubleRange. autocast(float x, DoubleRange y)static DoubleRangeDoubleRange. autocast(int x, DoubleRange y)static DoubleRangeDoubleRange. autocast(long x, DoubleRange y)static DoubleRangeDoubleRange. autocast(short x, DoubleRange y)static DoubleRangeDoubleRange. autocast(IntRange x, DoubleRange y)static DoubleRangeDoubleRange. cast(BigDecimal x, DoubleRange y)static DoubleRangeDoubleRange. cast(BigInteger x, DoubleRange y)static booleanRulesUtils. contains(DoubleRange[] ary1, double[] ary2)static booleanRulesUtils. contains(DoubleRange[] array, Double elem)static booleanRulesUtils. contains(DoubleRange[] ary1, Double[] ary2)static booleanRulesUtils. contains(DoubleRange range, Double x)static booleanRulesUtils. contains(DoubleRange range, BigDecimal x)static intDoubleRange. distance(byte x, DoubleRange y)static intDoubleRange. distance(double x, DoubleRange y)static intDoubleRange. distance(float x, DoubleRange y)static intDoubleRange. distance(int x, DoubleRange y)static intDoubleRange. distance(long x, DoubleRange y)static intDoubleRange. distance(short x, DoubleRange y)static intDoubleRange. distance(BigDecimal x, DoubleRange y)static intDoubleRange. distance(BigInteger x, DoubleRange y)
-