public 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, getDatatypeURI, getFacets, getFacetValue, getKnownNonNumericFacetValues, getKnownNumericFacetValues, getNumeric, getNumericFacetValue, getOrdered, isCompatible, isCompatible, isExpression, isInValueSpace, isNumericDatatype, isOrderedDatatype, isSubType, listValues, parseValueaccept, acceptboolean 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>>R getMin()
getMin in interface OrderedDatatype<R extends Comparable<R>>R getMax()
getMax in interface OrderedDatatype<R extends Comparable<R>>Copyright © 2013 The University of Manchester. All Rights Reserved.