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

Packages that use OntProperty
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
 

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

Subinterfaces of OntProperty in com.hp.hpl.jena.ontology
 interface DatatypeProperty
           Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are individuals).
 interface FunctionalProperty
           Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.
 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 ObjectProperty
           Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).
 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 OntProperty
 OntProperty OntResource.asProperty()
          Answer a view of this resource as a property
 OntProperty OntModel.createOntProperty(java.lang.String uri)
           Answer a resource representing an generic property in this model.
 OntProperty OntProperty.getEquivalentProperty()
          Answer a property that is equivalent to this property.
 OntProperty OntProperty.getInverse()
          Answer the property that has declared itself to be the inverse of this property, if any such property is defined.
 OntProperty OntProperty.getInverseOf()
          Answer a property of which this property is the inverse, if known, or null if there is no such property.
 OntProperty Restriction.getOnProperty()
          Answer the property that this property restriction applies to.
 OntProperty OntModel.getOntProperty(java.lang.String uri)
           Answer a resource representing an generic property in this model.
 OntProperty OntProperty.getSubProperty()
          Answer a property that is the sub-property of this property.
 OntProperty OntProperty.getSuperProperty()
          Answer a property that is the super-property of this property.
 

Uses of OntProperty in com.hp.hpl.jena.ontology.daml
 

Subinterfaces of OntProperty in com.hp.hpl.jena.ontology.daml
 interface DAMLDatatypeProperty
          Java encapsulation of a datatype property in a DAML ontology.
 interface DAMLObjectProperty
          Java encapsulation of an object property in a DAML ontology.
 interface DAMLProperty
          Encapsulates a property in a DAML ontology.
 



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