Uses of Interface
org.apache.jena.ontology.AllValuesFromRestriction
Packages that use AllValuesFromRestriction
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 AllValuesFromRestriction in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return AllValuesFromRestrictionModifier and TypeMethodDescriptionRestriction.asAllValuesFromRestriction()
Answer a view of this restriction as an all values from expressionRestriction.convertToAllValuesFromRestriction
(Resource cls) Convert this restriction to an all values from class expression.OntModel.createAllValuesFromRestriction
(String uri, Property prop, Resource cls) Answer a class description defined as the class of those individuals for which all values of the given property belong to the given classOntModel.getAllValuesFromRestriction
(String uri) Answer a class description defined as the class of those individuals for which all values of the given property belong to the given class. -
Uses of AllValuesFromRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement AllValuesFromRestrictionModifier and TypeClassDescriptionclass
Implementation of the allValuesFrom restriction abstraction.Methods in org.apache.jena.ontology.impl that return AllValuesFromRestrictionModifier and TypeMethodDescriptionRestrictionImpl.asAllValuesFromRestriction()
Answer a view of this restriction as an all values from expressionRestrictionImpl.convertToAllValuesFromRestriction
(Resource cls) Convert this restriction to an all values from class expression.OntModelImpl.createAllValuesFromRestriction
(String uri, Property prop, Resource cls) Answer a class description defined as the class of those individuals for which all values of the given property belong to the given classOntModelImpl.getAllValuesFromRestriction
(String uri) Answer a class description defined as the class of those individuals for which all values of the given property belong to the given class.