|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatingPointInterval | |
---|---|
com.clarkparsia.pellet.datatypes |
Uses of FloatingPointInterval in com.clarkparsia.pellet.datatypes |
---|
Methods in com.clarkparsia.pellet.datatypes that return FloatingPointInterval | ||
---|---|---|
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
|
FloatingPointInterval.unconstrained(FloatingPointType<U> type)
|
Methods in com.clarkparsia.pellet.datatypes that return types with arguments of type FloatingPointInterval | |
---|---|
java.util.List<FloatingPointInterval<T>> |
FloatingPointInterval.remove(FloatingPointInterval<T> other)
|
java.util.List<FloatingPointInterval<T>> |
FloatingPointInterval.union(FloatingPointInterval<T> other)
|
Methods in com.clarkparsia.pellet.datatypes with parameters of type FloatingPointInterval | |
---|---|
boolean |
FloatingPointInterval.canUnionWith(FloatingPointInterval<T> other)
|
FloatingPointInterval<T> |
FloatingPointInterval.intersection(FloatingPointInterval<T> that)
|
java.util.List<FloatingPointInterval<T>> |
FloatingPointInterval.remove(FloatingPointInterval<T> other)
|
java.util.List<FloatingPointInterval<T>> |
FloatingPointInterval.union(FloatingPointInterval<T> other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |