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()ComparablegetHighEndPoint()Range.RangeBoundarygetLowBoundary()ComparablegetLowEndPoint()Booleanincludes(Object param)
-
-
-
Method Detail
-
getLowBoundary
Range.RangeBoundary getLowBoundary()
-
getLowEndPoint
Comparable getLowEndPoint()
-
getHighEndPoint
Comparable getHighEndPoint()
-
getHighBoundary
Range.RangeBoundary getHighBoundary()
-
-