Package org.openl.rules.dt.validator
Class CtrIntRange
- java.lang.Object
-
- org.openl.rules.range.Range<Long>
-
- org.openl.rules.helpers.IntRange
-
- org.openl.rules.dt.validator.CtrIntRange
-
- All Implemented Interfaces:
INumberRange
public class CtrIntRange extends IntRange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openl.rules.range.Range
Range.Bound, Range.Type
-
-
Constructor Summary
Constructors Constructor Description CtrIntRange(long min, long max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntBoolExpcontains(IntExp exp)longgetMax()longgetMin()-
Methods inherited from class org.openl.rules.helpers.IntRange
autocast, autocast, autocast, autocast, cast, cast, cast, cast, compare, contains, contains, distance, distance, distance, distance, distance, distance, distance, distance, getLeft, getRight, getType
-
-