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. .
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP