Class NullBoundImpl
- java.lang.Object
-
- org.kie.dmn.validation.dtanalysis.model.Bound
-
- org.kie.dmn.validation.dtanalysis.model.NullBoundImpl
-
- All Implemented Interfaces:
Comparable
public class NullBoundImpl extends Bound
For internal use. A semantically null Bound, that is meant NOT to be used for comparison.
-
-
Field Summary
Fields Modifier and Type Field Description static NullBoundImplNULLFor internal use.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Bound o)org.kie.dmn.feel.runtime.Range.RangeBoundarygetBoundaryType()IntervalgetParent()ComparablegetValue()booleanisLowerBound()booleanisUpperBound()StringtoString()-
Methods inherited from class org.kie.dmn.validation.dtanalysis.model.Bound
adOrOver, boundValueToString, equals, hashCode
-
-
-
-
Field Detail
-
NULL
public static final NullBoundImpl NULL
For internal use. A singleton instance of this semantically null Bound, that is meant NOT to be used for comparison in DT gap analysis
-
-
Method Detail
-
getValue
public Comparable getValue()
-
getBoundaryType
public org.kie.dmn.feel.runtime.Range.RangeBoundary getBoundaryType()
- Overrides:
getBoundaryTypein classBound
-
isLowerBound
public boolean isLowerBound()
- Overrides:
isLowerBoundin classBound
-
isUpperBound
public boolean isUpperBound()
- Overrides:
isUpperBoundin classBound
-
-