@Original public interface DatatypeExpression<Representation extends Comparable<Representation>> extends Datatype<Representation>
| Modifier and Type | Method and Description |
|---|---|
DatatypeExpression<Representation> |
addNonNumericFacet(Facet f,
Comparable value)
add a new facet value for this datatype expression
|
DatatypeExpression<Representation> |
addNumericFacet(Facet f,
Comparable value) |
Datatype<Representation> |
getHostType() |
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, acceptDatatype<Representation> getHostType()
DatatypeExpression<Representation> addNonNumericFacet(Facet f, Comparable value)
f - a valid facet for the host datatypevalue - the value for the facetDatatypeExpression<Representation> addNumericFacet(Facet f, Comparable value)
Copyright © 2013 The University of Manchester. All Rights Reserved.