| Package | Description |
|---|---|
| org.semanticweb.HermiT.datatypes.owlreal |
| Modifier and Type | Method and Description |
|---|---|
BoundType |
BoundType.getComplement() |
static BoundType |
BoundType.getMoreRestrictive(BoundType boundType1,
BoundType boundType2) |
static BoundType |
BoundType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundType[] |
BoundType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BoundType |
BoundType.getMoreRestrictive(BoundType boundType1,
BoundType boundType2) |
| Constructor and Description |
|---|
NumberInterval(NumberRange baseRange,
NumberRange excludedRange,
Number lowerBound,
BoundType lowerBoundType,
Number upperBound,
BoundType upperBoundType) |
Copyright © 2018. All rights reserved.