public class Interval extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparable<?> |
NEG_INF |
static Comparable<?> |
POS_INF |
| Constructor and Description |
|---|
Interval(org.kie.dmn.feel.runtime.Range.RangeBoundary lowBoundary,
Comparable<?> start,
Comparable<?> end,
org.kie.dmn.feel.runtime.Range.RangeBoundary highBoundary,
long rule,
long col) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCol() |
Bound<?> |
getLowerBound() |
long |
getRule() |
Bound<?> |
getUpperBound() |
int |
hashCode() |
boolean |
includes(Interval o) |
static Interval |
newFromBounds(Bound<?> lowerBound,
Bound<?> upperBound) |
String |
toString() |
public static final Comparable<?> POS_INF
public static final Comparable<?> NEG_INF
public Interval(org.kie.dmn.feel.runtime.Range.RangeBoundary lowBoundary,
Comparable<?> start,
Comparable<?> end,
org.kie.dmn.feel.runtime.Range.RangeBoundary highBoundary,
long rule,
long col)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.