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.  
 

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 Restriction.getOnProperty()
          Answer the property that this property restriction applies to.
 OntProperty OntResource.asProperty()
          Answer a view of this resource as a property
 OntProperty OntProperty.getSuperProperty()
          Answer a property that is the super-property of this property.
 OntProperty OntProperty.getSubProperty()
          Answer a property that is the sub-property of this property.
 OntProperty OntProperty.getEquivalentProperty()
          Answer a property that is equivalent to this property.
 OntProperty OntProperty.getInverseOf()
          Answer a property of which this property is the inverse.
 OntProperty OntProperty.getInverse()
          Answer the property that is the inverse of this property.
 OntProperty OntModel.getOntProperty(java.lang.String uri)
           Answer a resource representing an generic property in this model.
 OntProperty OntModel.createOntProperty(java.lang.String uri)
           Answer a resource representing an generic property in this model.
 



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