| Package | Description |
|---|---|
| com.clarkparsia.pellet.datatypes |
| Modifier and Type | Method and Description |
|---|---|
static OWLRealInterval |
OWLRealInterval.allIntegers() |
static OWLRealInterval |
OWLRealInterval.allReals() |
OWLRealInterval |
OWLRealInterval.greater(Number n)
Get the subinterval greater than n
|
OWLRealInterval |
OWLRealInterval.intersection(OWLRealInterval that) |
OWLRealInterval |
OWLRealInterval.less(Number n)
Get the subinterval less than n
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLRealInterval> |
OWLRealInterval.remove(OWLRealInterval other) |
List<OWLRealInterval> |
OWLRealInterval.union(OWLRealInterval other) |
| Modifier and Type | Method and Description |
|---|---|
IntervalRelations |
OWLRealInterval.compare(OWLRealInterval other) |
OWLRealInterval |
OWLRealInterval.intersection(OWLRealInterval that) |
List<OWLRealInterval> |
OWLRealInterval.remove(OWLRealInterval other) |
List<OWLRealInterval> |
OWLRealInterval.union(OWLRealInterval other) |
| Constructor and Description |
|---|
RestrictedRealDatatype(Datatype<? extends Number> datatype,
OWLRealInterval interval) |
Copyright © 2019. All rights reserved.