Package org.kie.dmn.feel.runtime.impl
Class RangeImpl
- java.lang.Object
-
- org.kie.dmn.feel.runtime.impl.RangeImpl
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.Range
public class RangeImpl extends Object implements org.kie.dmn.feel.runtime.Range
-
-
Constructor Summary
Constructors Constructor Description RangeImpl()RangeImpl(org.kie.dmn.feel.runtime.Range.RangeBoundary lowBoundary, Comparable lowEndPoint, Comparable highEndPoint, org.kie.dmn.feel.runtime.Range.RangeBoundary highBoundary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.kie.dmn.feel.runtime.Range.RangeBoundarygetHighBoundary()ComparablegetHighEndPoint()org.kie.dmn.feel.runtime.Range.RangeBoundarygetLowBoundary()ComparablegetLowEndPoint()inthashCode()Booleanincludes(Object param)StringtoString()
-
-
-
Constructor Detail
-
RangeImpl
public RangeImpl()
-
RangeImpl
public RangeImpl(org.kie.dmn.feel.runtime.Range.RangeBoundary lowBoundary, Comparable lowEndPoint, Comparable highEndPoint, org.kie.dmn.feel.runtime.Range.RangeBoundary highBoundary)
-
-
Method Detail
-
getLowBoundary
public org.kie.dmn.feel.runtime.Range.RangeBoundary getLowBoundary()
- Specified by:
getLowBoundaryin interfaceorg.kie.dmn.feel.runtime.Range
-
getLowEndPoint
public Comparable getLowEndPoint()
- Specified by:
getLowEndPointin interfaceorg.kie.dmn.feel.runtime.Range
-
getHighEndPoint
public Comparable getHighEndPoint()
- Specified by:
getHighEndPointin interfaceorg.kie.dmn.feel.runtime.Range
-
getHighBoundary
public org.kie.dmn.feel.runtime.Range.RangeBoundary getHighBoundary()
- Specified by:
getHighBoundaryin interfaceorg.kie.dmn.feel.runtime.Range
-
includes
public Boolean includes(Object param)
- Specified by:
includesin interfaceorg.kie.dmn.feel.runtime.Range
-
-