| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes | |
| com.clarkparsia.pellet.datatypes.types.floating | |
| com.clarkparsia.pellet.datatypes.types.real |
| Modifier and Type | Field and Description |
|---|---|
protected static DiscreteInterval.NullSemantics |
DiscreteInterval.GREATEST |
protected static DiscreteInterval.NullSemantics |
DiscreteInterval.LEAST |
protected static DiscreteInterval.NullSemantics |
DiscreteInterval.NA |
| Modifier and Type | Method and Description |
|---|---|
static DiscreteInterval.NullSemantics |
DiscreteInterval.NullSemantics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscreteInterval.NullSemantics[] |
DiscreteInterval.NullSemantics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
DiscreteInterval.compare(T a,
DiscreteInterval.NullSemantics na,
T b,
DiscreteInterval.NullSemantics nb) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
FloatingPointInterval.compare(T a,
DiscreteInterval.NullSemantics na,
T b,
DiscreteInterval.NullSemantics nb) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
IntegerInterval.compare(Number a,
DiscreteInterval.NullSemantics na,
Number b,
DiscreteInterval.NullSemantics nb) |
Copyright © 2019. All rights reserved.