| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes | |
| com.clarkparsia.pellet.datatypes.types.floating | |
| com.clarkparsia.pellet.datatypes.types.real |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscreteInterval<T extends Number,U extends DiscreteInterval<T,U>>
Title: Discrete Interval
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract U |
DiscreteInterval.cast(DiscreteInterval<T,U> i) |
| Modifier and Type | Class and Description |
|---|---|
class |
FloatingPointInterval<T extends Number & Comparable<T>>
Title: Floating Point Interval
|
| Modifier and Type | Method and Description |
|---|---|
protected FloatingPointInterval<T> |
FloatingPointInterval.cast(DiscreteInterval<T,FloatingPointInterval<T>> i) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerInterval |
| Modifier and Type | Method and Description |
|---|---|
protected IntegerInterval |
IntegerInterval.cast(DiscreteInterval<Number,IntegerInterval> i) |
Copyright © 2019. All rights reserved.