Uses of Class
org.kie.dmn.validation.dtanalysis.model.Bound
-
Packages that use Bound Package Description org.kie.dmn.validation.dtanalysis.model -
-
Uses of Bound in org.kie.dmn.validation.dtanalysis.model
Subclasses of Bound in org.kie.dmn.validation.dtanalysis.model Modifier and Type Class Description classNullBoundImplFor internal use.Methods in org.kie.dmn.validation.dtanalysis.model that return Bound Modifier and Type Method Description Bound<?>Interval. getLowerBound()Bound<?>DDTAInputClause. getMax()Bound<?>DDTAOutputClause. getMax()Bound<?>Domain. getMax()Bound<?>DDTAInputClause. getMin()Bound<?>DDTAOutputClause. getMin()Bound<?>Domain. getMin()Bound<?>Interval. getUpperBound()Methods in org.kie.dmn.validation.dtanalysis.model with parameters of type Bound Modifier and Type Method Description static booleanBound. adOrOver(Bound<?> left, Bound<?> right)Returns true if left is overlapping or adjacent to rightintBoundValueComparator. compare(Bound<?> o1, Bound<?> o2)intBound. compareTo(Bound<V> o)intNullBoundImpl. compareTo(Bound o)static intBoundValueComparator. compareValueDispatchingToInf(Bound<?> o1, Bound<?> o2)static IntervalInterval. newFromBounds(Bound<?> lowerBound, Bound<?> upperBound)
-