Package org.kie.dmn.feel.runtime.impl
Class RangeImpl
- java.lang.Object
-
- org.kie.dmn.feel.runtime.impl.RangeImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.Range
Range.RangeBoundary
-
-
Constructor Summary
Constructors Constructor Description RangeImpl()RangeImpl(Range.RangeBoundary lowBoundary, Comparable lowEndPoint, Comparable highEndPoint, Range.RangeBoundary highBoundary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Range.RangeBoundarygetHighBoundary()ComparablegetHighEndPoint()Range.RangeBoundarygetLowBoundary()ComparablegetLowEndPoint()inthashCode()Booleanincludes(Object param)StringtoString()
-
-
-
Constructor Detail
-
RangeImpl
public RangeImpl()
-
RangeImpl
public RangeImpl(Range.RangeBoundary lowBoundary, Comparable lowEndPoint, Comparable highEndPoint, Range.RangeBoundary highBoundary)
-
-
Method Detail
-
getLowBoundary
public Range.RangeBoundary getLowBoundary()
- Specified by:
getLowBoundaryin interfaceRange
-
getLowEndPoint
public Comparable getLowEndPoint()
- Specified by:
getLowEndPointin interfaceRange
-
getHighEndPoint
public Comparable getHighEndPoint()
- Specified by:
getHighEndPointin interfaceRange
-
getHighBoundary
public Range.RangeBoundary getHighBoundary()
- Specified by:
getHighBoundaryin interfaceRange
-
-