R - type@Original public interface DatatypeExpression<R extends Comparable<R>> extends Datatype<R>
| Modifier and Type | Method and Description |
|---|---|
DatatypeExpression<R> |
addNonNumericFacet(Facet f,
Comparable<?> value)
add a new facet value for this datatype expression
|
DatatypeExpression<R> |
addNumericFacet(Facet f,
Comparable<?> value) |
Datatype<R> |
getHostType() |
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, getIRIDatatype<R> getHostType()
DatatypeExpression<R> addNonNumericFacet(Facet f, @Nullable Comparable<?> value)
f - a valid facet for the host datatypevalue - the value for the facetDatatypeExpression<R> addNumericFacet(Facet f, @Nullable Comparable<?> value)
f - facetvalue - valueCopyright © 2016 The University of Manchester. All rights reserved.