Uses of Interface
org.apache.jena.ontology.InverseFunctionalProperty
Packages that use InverseFunctionalProperty
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.-
Uses of InverseFunctionalProperty in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return InverseFunctionalPropertyModifier and TypeMethodDescriptionOntProperty.asInverseFunctionalProperty()Answer a view of this property as an inverse functional propertyOntProperty.convertToInverseFunctionalProperty()Answer a facet of this property as an inverse functional property, adding additional information to the model if necessary.OntModel.createInverseFunctionalProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing an inverse functional propertyOntModel.createInverseFunctionalProperty(String uri, boolean functional) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing an inverse functional property, which is optionally also functional.OntModel.getInverseFunctionalProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing an inverse functional property.Methods in org.apache.jena.ontology that return types with arguments of type InverseFunctionalPropertyModifier and TypeMethodDescriptionOntModel.listInverseFunctionalProperties()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the inverse functional property resources in this model, i.e. the resources withrdf:type InverseFunctionalPropertyor equivalent. -
Uses of InverseFunctionalProperty in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement InverseFunctionalPropertyModifier and TypeClassDescriptionclassImplementation of the functional property abstractionMethods in org.apache.jena.ontology.impl that return InverseFunctionalPropertyModifier and TypeMethodDescriptionOntPropertyImpl.asInverseFunctionalProperty()Answer a view of this property as an inverse functional propertyOntPropertyImpl.convertToInverseFunctionalProperty()Answer a facet of this property as an inverse functional property, adding additional information to the model if necessary.OntModelImpl.createInverseFunctionalProperty(String uri) Answer a resource representing an inverse functional propertyOntModelImpl.createInverseFunctionalProperty(String uri, boolean functional) Answer a resource representing an inverse functional property, which is optionally also functional.OntModelImpl.getInverseFunctionalProperty(String uri) Answer a resource representing an inverse functional property.Methods in org.apache.jena.ontology.impl that return types with arguments of type InverseFunctionalPropertyModifier and TypeMethodDescriptionOntModelImpl.listInverseFunctionalProperties()Answer an iterator that ranges over the inverse functional property resources in this model, i.e. the resources withrdf:type InverseFunctionalPropertyor equivalent.