| Package | Description |
|---|---|
| net.sf.tweety.math |
| Modifier and Type | Class and Description |
|---|---|
class |
Interval<S extends java.lang.Number>
This class contains a set of closed set (interval) of possible numbers
|
| Modifier and Type | Field and Description |
|---|---|
private NumberSet<S> |
Interval.intervalset |
| Modifier and Type | Method and Description |
|---|---|
NumberSet<S> |
Interval.getIntervalset() |
| Modifier and Type | Method and Description |
|---|---|
void |
Interval.setIntervalset(NumberSet<S> intervalset) |
| Constructor and Description |
|---|
Interval(NumberSet<S> interval) |