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

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

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

Methods in com.hp.hpl.jena.ontology that return InverseFunctionalProperty
 InverseFunctionalProperty OntProperty.asInverseFunctionalProperty()
          Answer a view of this property as an inverse functional property
 InverseFunctionalProperty OntProperty.convertToInverseFunctionalProperty()
          Answer a facet of this property as an inverse functional property, adding additional information to the model if necessary.
 InverseFunctionalProperty OntModel.getInverseFunctionalProperty(java.lang.String uri)
          Answer a resource representing an inverse functional property.
 InverseFunctionalProperty OntModel.createInverseFunctionalProperty(java.lang.String uri)
          Answer a resource representing an inverse functional property
 InverseFunctionalProperty OntModel.createInverseFunctionalProperty(java.lang.String uri, boolean functional)
          Answer a resource representing an inverse functional property, which is optionally also functional.
 



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