Uses of Interface
org.apache.jena.ontology.QualifiedRestriction
Packages that use QualifiedRestriction
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 QualifiedRestriction in org.apache.jena.ontology
Subinterfaces of QualifiedRestriction in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterfaceInterface representing the ontology abstraction for a qualified cardinality restriction.interfaceInterface representing the ontology abstraction for a qualified maximum cardinality restriction.interfaceInterface representing the ontology abstraction for a qualified minimum cardinality restriction.Methods in org.apache.jena.ontology that return QualifiedRestrictionModifier and TypeMethodDescriptionOntModel.getQualifiedRestriction(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 a property p, all values of which are members of a given class. -
Uses of QualifiedRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement QualifiedRestrictionModifier and TypeClassDescriptionclassImplementation of the exact qualified cardinality restrictionclassImplementation of the max qualified cardinality restrictionclassImplementation of the min qualified cardinality restrictionclassImplementation of qualied restrictions.Methods in org.apache.jena.ontology.impl that return QualifiedRestrictionModifier and TypeMethodDescriptionOntModelImpl.getQualifiedRestriction(String uri) Answer a class description defined as the class of those individuals that have a property p, all values of which are members of a given class.