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

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

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

Subinterfaces of ObjectProperty in com.hp.hpl.jena.ontology
 interface InverseFunctionalProperty
           Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).
 interface SymmetricProperty
           Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x) must also hold.
 interface TransitiveProperty
           Interface that encapsulates an property that is transitive i.e. one in which if p(x, y) holds, and p(x, z) holds, then p(x, z) must also hold.
 

Methods in com.hp.hpl.jena.ontology that return ObjectProperty
 ObjectProperty OntProperty.asObjectProperty()
          Answer a view of this property as an object property
 ObjectProperty OntProperty.convertToObjectProperty()
          Answer a facet of this property as an object property, adding additional information to the model if necessary.
 ObjectProperty OntModel.getObjectProperty(java.lang.String uri)
           Answer a resource representing an object property in this model.
 ObjectProperty OntModel.createObjectProperty(java.lang.String uri)
           Answer a resource representing an object property in this model, and that is not a functional property.
 ObjectProperty OntModel.createObjectProperty(java.lang.String uri, boolean functional)
           Answer a resource that represents an object property in this model.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.