Uses of Class
org.openl.rules.helpers.IntRange
-
Packages that use IntRange Package Description org.openl.rules.dt.type org.openl.rules.dt.validator org.openl.rules.helpers -
-
Uses of IntRange in org.openl.rules.dt.type
Methods in org.openl.rules.dt.type that return types with arguments of type IntRange Modifier and Type Method Description static IRangeAdaptor<IntRange,Double>DoubleRangeForIntRangeAdaptor. getInstance()static IRangeAdaptor<IntRange,Long>IntRangeAdaptor. getInstance()Methods in org.openl.rules.dt.type with parameters of type IntRange Modifier and Type Method Description DoubleDoubleRangeForIntRangeAdaptor. getMax(IntRange range)LongIntRangeAdaptor. getMax(IntRange range)Gets max value of range.DoubleDoubleRangeForIntRangeAdaptor. getMin(IntRange range)LongIntRangeAdaptor. getMin(IntRange range)Gets min value of range. -
Uses of IntRange in org.openl.rules.dt.validator
Subclasses of IntRange in org.openl.rules.dt.validator Modifier and Type Class Description classCtrIntRange -
Uses of IntRange in org.openl.rules.helpers
Methods in org.openl.rules.helpers that return IntRange Modifier and Type Method Description static IntRangeIntRange. autocast(byte x, IntRange y)static IntRangeIntRange. autocast(int x, IntRange y)static IntRangeIntRange. autocast(long x, IntRange y)static IntRangeIntRange. autocast(short x, IntRange y)static IntRangeIntRange. cast(double x, IntRange y)static IntRangeIntRange. cast(float x, IntRange y)static IntRangeIntRange. cast(BigDecimal x, IntRange y)static IntRangeIntRange. cast(BigInteger x, IntRange y)Methods in org.openl.rules.helpers with parameters of type IntRange Modifier and Type Method Description static DoubleRangeDoubleRange. autocast(IntRange x, DoubleRange y)static IntRangeIntRange. autocast(byte x, IntRange y)static IntRangeIntRange. autocast(int x, IntRange y)static IntRangeIntRange. autocast(long x, IntRange y)static IntRangeIntRange. autocast(short x, IntRange y)static IntRangeIntRange. cast(double x, IntRange y)static IntRangeIntRange. cast(float x, IntRange y)static IntRangeIntRange. cast(BigDecimal x, IntRange y)static IntRangeIntRange. cast(BigInteger x, IntRange y)static booleanRulesUtils. contains(IntRange[] ary1, int[] ary2)static booleanRulesUtils. contains(IntRange[] array, Integer elem)static booleanRulesUtils. contains(IntRange[] ary1, Integer[] ary2)static booleanRulesUtils. contains(IntRange range, Long x)static booleanRulesUtils. contains(IntRange range, BigInteger x)static intIntRange. distance(byte x, IntRange y)static intIntRange. distance(double x, IntRange y)static intIntRange. distance(float x, IntRange y)static intIntRange. distance(int x, IntRange y)static intIntRange. distance(long x, IntRange y)static intIntRange. distance(short x, IntRange y)static intIntRange. distance(BigDecimal x, IntRange y)static intIntRange. distance(BigInteger x, IntRange y)
-