R - typepublic interface NumericDatatype<R extends Comparable<R>> extends Datatype<R>, OrderedDatatype<R>
| Modifier and Type | Method and Description |
|---|---|
R |
getMax() |
R |
getMin() |
boolean |
hasMax() |
boolean |
hasMaxExclusive() |
boolean |
hasMaxInclusive() |
boolean |
hasMin() |
boolean |
hasMinExclusive() |
boolean |
hasMinInclusive() |
asExpression, asNumericDatatype, asOrderedDatatype, buildLiteral, emptyValueSpace, getAncestors, getBounded, getCardinality, getDatatypeIRI, getFacets, getFacetValue, getKnownNonNumericFacetValues, getKnownNumericFacetValues, getNumeric, getNumericFacetValue, getOrdered, host, isCompatible, isCompatible, isContradictory, isExpression, isInValueSpace, isNumericDatatype, isOrderedDatatype, isSubType, listValues, parseValue, wrapAsDatatypeExpression, wrapAsNumericExpression, wrapAsOrderedExpressionaccept, accept, getIRIboolean hasMinExclusive()
hasMinExclusive in interface OrderedDatatype<R extends Comparable<R>>boolean hasMinInclusive()
hasMinInclusive in interface OrderedDatatype<R extends Comparable<R>>boolean hasMaxExclusive()
hasMaxExclusive in interface OrderedDatatype<R extends Comparable<R>>boolean hasMaxInclusive()
hasMaxInclusive in interface OrderedDatatype<R extends Comparable<R>>boolean hasMin()
hasMin in interface OrderedDatatype<R extends Comparable<R>>boolean hasMax()
hasMax in interface OrderedDatatype<R extends Comparable<R>>@Nullable R getMin()
getMin in interface OrderedDatatype<R extends Comparable<R>>@Nullable R getMax()
getMax in interface OrderedDatatype<R extends Comparable<R>>Copyright © 2016 The University of Manchester. All rights reserved.