Uses of Class
org.kie.dmn.validation.dtanalysis.model.Bound
Packages that use Bound
-
Uses of Bound in org.kie.dmn.validation.dtanalysis.model
Subclasses of Bound in org.kie.dmn.validation.dtanalysis.modelMethods in org.kie.dmn.validation.dtanalysis.model that return BoundModifier and TypeMethodDescriptionBound<?>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 BoundModifier and TypeMethodDescriptionstatic booleanReturns true if left is overlapping or adjacent to rightintintintstatic intBoundValueComparator.compareValueDispatchingToInf(Bound<?> o1, Bound<?> o2) static IntervalInterval.newFromBounds(Bound<?> lowerBound, Bound<?> upperBound)