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

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

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

Methods in com.hp.hpl.jena.ontology that return DatatypeProperty
 DatatypeProperty OntResource.asDatatypeProperty()
          Answer a view of this resource as a datatype property
 DatatypeProperty OntProperty.asDatatypeProperty()
          Answer a view of this property as a datatype property
 DatatypeProperty OntProperty.convertToDatatypeProperty()
          Answer a facet of this property as a datatype property, adding additional information to the model if necessary.
 DatatypeProperty OntModel.createDatatypeProperty(String uri)
           Answer a resource that represents datatype property in this model, and that is not a functional property.
 DatatypeProperty OntModel.createDatatypeProperty(String uri, boolean functional)
           Answer a resource that represents datatype property in this model.
 DatatypeProperty OntModel.getDatatypeProperty(String uri)
           Answer a resource that represents datatype property in this model.
 

Methods in com.hp.hpl.jena.ontology that return types with arguments of type DatatypeProperty
 com.hp.hpl.jena.util.iterator.ExtendedIterator<DatatypeProperty> OntModel.listDatatypeProperties()
           Answer an iterator that ranges over the datatype property resources in this model, i.e. the resources with rdf:type DatatypeProperty or equivalent.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP