| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes.types.floating |
| 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) |
FloatingPointInterval(FloatingPointType<T> type,
T lower,
T upper) |
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype,
FloatingPointType<T> type) |
Copyright © 2019. All rights reserved.