Package org.kie.dmn.feel.runtime
Interface Range
-
- All Known Implementing Classes:
RangeImpl
public interface Range
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRange.RangeBoundary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Range.RangeBoundarygetHighBoundary()java.lang.ComparablegetHighEndPoint()Range.RangeBoundarygetLowBoundary()java.lang.ComparablegetLowEndPoint()java.lang.Booleanincludes(java.lang.Object param)
-
-
-
Method Detail
-
getLowBoundary
Range.RangeBoundary getLowBoundary()
-
getLowEndPoint
java.lang.Comparable getLowEndPoint()
-
getHighEndPoint
java.lang.Comparable getHighEndPoint()
-
getHighBoundary
Range.RangeBoundary getHighBoundary()
-
includes
java.lang.Boolean includes(java.lang.Object param)
-
-