Package | Description |
---|---|
org.kie.dmn.validation.dtanalysis.model |
Modifier and Type | Method and Description |
---|---|
Bound<?> |
Interval.getLowerBound() |
Bound<?> |
DDTAInputClause.getMax() |
Bound<?> |
DDTAOutputClause.getMax() |
Bound<?> |
DDTAInputClause.getMin() |
Bound<?> |
DDTAOutputClause.getMin() |
Bound<?> |
Interval.getUpperBound() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Bound.adOrOver(Bound<?> left,
Bound<?> right)
Returns true if left is overlapping or adjacent to right
|
static boolean |
Bound.adOrOver(Bound<?> left,
Bound<?> right)
Returns true if left is overlapping or adjacent to right
|
int |
BoundValueComparator.compare(Bound<?> o1,
Bound<?> o2) |
int |
BoundValueComparator.compare(Bound<?> o1,
Bound<?> o2) |
int |
OverlapSorter.compare(Bound<?> o1,
Bound<?> o2)
Deprecated.
|
int |
OverlapSorter.compare(Bound<?> o1,
Bound<?> o2)
Deprecated.
|
int |
Bound.compareTo(Bound<V> o) |
static int |
BoundValueComparator.compareValueDispatchingToInf(Bound<?> o1,
Bound<?> o2) |
static int |
BoundValueComparator.compareValueDispatchingToInf(Bound<?> o1,
Bound<?> o2) |
static Interval |
Interval.newFromBounds(Bound<?> lowerBound,
Bound<?> upperBound) |
static Interval |
Interval.newFromBounds(Bound<?> lowerBound,
Bound<?> upperBound) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.