| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes |
| Modifier and Type | Method and Description |
|---|---|
FloatingPointInterval<T> |
FloatingPointInterval.greater(T n)
Get the subinterval greater than n
|
FloatingPointInterval<T> |
FloatingPointInterval.intersection(FloatingPointInterval<T> that) |
FloatingPointInterval<T> |
FloatingPointInterval.less(T n)
Get the subinterval less than n
|
static <U extends Number & Comparable<U>> |
FloatingPointInterval.unconstrained(FloatingPointType<U> type) |
| Modifier and Type | Method and Description |
|---|---|
List<FloatingPointInterval<T>> |
FloatingPointInterval.remove(FloatingPointInterval<T> other) |
List<FloatingPointInterval<T>> |
FloatingPointInterval.union(FloatingPointInterval<T> other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FloatingPointInterval.canUnionWith(FloatingPointInterval<T> other) |
FloatingPointInterval<T> |
FloatingPointInterval.intersection(FloatingPointInterval<T> that) |
List<FloatingPointInterval<T>> |
FloatingPointInterval.remove(FloatingPointInterval<T> other) |
List<FloatingPointInterval<T>> |
FloatingPointInterval.union(FloatingPointInterval<T> other) |
Copyright © 2019. All rights reserved.