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 denotes a property that is transitive i.e. one in which if x p y holds, and y p z holds, then x p 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 OntResource.asObjectProperty()
          Answer a view of this resource 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.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.
 ObjectProperty OntModel.getObjectProperty(java.lang.String uri)
           Answer a resource representing an object property in this model.
 

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



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