| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes |
| Modifier and Type | Class and Description |
|---|---|
class |
IEEEDoubleType
Title: IEEE Double Type
|
class |
IEEEFloatType
Title: IEEE Float Type
|
| Modifier and Type | Method and Description |
|---|---|
static <U extends Number & Comparable<U>> |
FloatingPointInterval.unconstrained(FloatingPointType<U> type) |
| Constructor and Description |
|---|
FloatingPointInterval(FloatingPointType<T> type,
T point)
Create a point interval.
|
FloatingPointInterval(FloatingPointType<T> type,
T lower,
T upper)
Create an interval.
|
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype,
FloatingPointType<T> type) |
Copyright © 2019. All rights reserved.