Uses of Interface
org.apache.jena.ontology.HasValueRestriction
Packages that use HasValueRestriction
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 HasValueRestriction in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return HasValueRestrictionModifier and TypeMethodDescriptionRestriction.asHasValueRestriction()Answer a view of this restriction as a has value expressionRestriction.convertToHasValueRestriction(RDFNode value) Convert this restriction to a has value class expressionOntModel.createHasValueRestriction(String uri, Property prop, RDFNode value) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have the given resource as the value of the given propertyOntModel.getHasValueRestriction(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have the given resource as the value of the given property. -
Uses of HasValueRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement HasValueRestrictionModifier and TypeClassDescriptionclassImplementation of the hasValue restriction abstraction.Methods in org.apache.jena.ontology.impl that return HasValueRestrictionModifier and TypeMethodDescriptionRestrictionImpl.asHasValueRestriction()Answer a view of this restriction as a has value expressionRestrictionImpl.convertToHasValueRestriction(RDFNode value) Convert this restriction to a has value class expressionOntModelImpl.createHasValueRestriction(String uri, Property prop, RDFNode value) Answer a class description defined as the class of those individuals that have the given resource as the value of the given propertyOntModelImpl.getHasValueRestriction(String uri) Answer a class description defined as the class of those individuals that have the given resource as the value of the given property.