Uses of Interface
org.apache.jena.ontology.DataRange
Packages that use DataRange
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.-
Uses of DataRange in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return DataRangeModifier and TypeMethodDescriptionOntResource.asDataRange()Answer a view of this resource as a data rangeOntModel.createDataRange(RDFList literals) Deprecated, for removal: This API element is subject to removal in a future version.Answer a data range defined as the given set of concrete data values.Methods in org.apache.jena.ontology that return types with arguments of type DataRangeModifier and TypeMethodDescriptionOntModel.listDataRanges()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator over the DataRange objects in this ontology, if there are any.Methods in org.apache.jena.ontology with parameters of type DataRangeModifier and TypeMethodDescriptionbooleanQualifiedRestriction.hasHasClassQ(DataRange dr) Answer true if this qualified property restriction has the given datarange as the class to which all of the property values must belong.voidQualifiedRestriction.removeHasClassQ(DataRange dr) Remove the statement that this restriction has the given datarange as the class to which all values must belong. -
Uses of DataRange in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement DataRangeModifier and TypeClassDescriptionclassDefault implementation of the interface that defines a closed enumeration of concrete values for the range of a property.Methods in org.apache.jena.ontology.impl that return DataRangeModifier and TypeMethodDescriptionOntResourceImpl.asDataRange()Answer a view of this resource as a data rangeOntModelImpl.createDataRange(RDFList literals) Answer a data range defined as the given set of concrete data values.Methods in org.apache.jena.ontology.impl that return types with arguments of type DataRangeModifier and TypeMethodDescriptionOntModelImpl.listDataRanges()Answer an iterator over the DataRange objects in this ontology, if there are any.Methods in org.apache.jena.ontology.impl with parameters of type DataRangeModifier and TypeMethodDescriptionbooleanQualifiedRestrictionImpl.hasHasClassQ(DataRange dr) Answer true if this qualified property restriction has the given datarange as the class to which all of the property values must belong.voidQualifiedRestrictionImpl.removeHasClassQ(DataRange dr) Remove the statement that this restriction has the given datarange as the class to which all values must belong.