Uses of Interface
org.apache.jena.ontology.FunctionalProperty
Packages that use FunctionalProperty
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 FunctionalProperty in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return FunctionalPropertyModifier and TypeMethodDescriptionOntProperty.asFunctionalProperty()Answer a view of this property as a functional propertyOntProperty.convertToFunctionalProperty()Answer a facet of this property as a functional property, adding additional information to the model if necessary.Methods in org.apache.jena.ontology that return types with arguments of type FunctionalPropertyModifier and TypeMethodDescriptionOntModel.listFunctionalProperties()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the functional property resources in this model, i.e. the resources withrdf:type FunctionalPropertyor equivalent. -
Uses of FunctionalProperty in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement FunctionalPropertyModifier and TypeClassDescriptionclassImplementation of the functional property abstractionMethods in org.apache.jena.ontology.impl that return FunctionalPropertyModifier and TypeMethodDescriptionOntPropertyImpl.asFunctionalProperty()Answer a view of this property as a functional propertyOntPropertyImpl.convertToFunctionalProperty()Answer a facet of this property as a functional property, adding additional information to the model if necessary.Methods in org.apache.jena.ontology.impl that return types with arguments of type FunctionalPropertyModifier and TypeMethodDescriptionOntModelImpl.listFunctionalProperties()Answer an iterator that ranges over the functional property resources in this model, i.e. the resources withrdf:type FunctionalPropertyor equivalent.