Uses of Interface
com.hp.hpl.jena.ontology.DataRange

Packages that use DataRange
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of DataRange in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return DataRange
 DataRange OntResource.asDataRange()
          Answer a view of this resource as a data range
 DataRange OntModel.createDataRange(RDFList literals)
          Answer a data range defined as the given set of concrete data values.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type DataRange
 com.hp.hpl.jena.util.iterator.ExtendedIterator<DataRange> OntModel.listDataRanges()
          Answer an iterator over the DataRange objects in this ontology, if there are any.
 

Methods in com.hp.hpl.jena.ontology with parameters of type DataRange
 boolean QualifiedRestriction.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.
 void QualifiedRestriction.removeHasClassQ(DataRange dr)
          Remove the statement that this restriction has the given datarange as the class to which all values must belong.
 



Licenced under the Apache License, Version 2.0