Uses of Interface
org.apache.jena.ontology.MaxCardinalityQRestriction
Packages that use MaxCardinalityQRestriction
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 MaxCardinalityQRestriction in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return MaxCardinalityQRestrictionModifier and TypeMethodDescriptionOntModel.createMaxCardinalityQRestriction
(String uri, Property prop, int cardinality, OntClass cls) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property, all values of which belong to the given class.OntModel.getMaxCardinalityQRestriction
(String uri) Answer a class description defined as the class of those individuals that have a property p, with max cardinality N, all values of which are members of a given class. -
Uses of MaxCardinalityQRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement MaxCardinalityQRestrictionModifier and TypeClassDescriptionclass
Implementation of the max qualified cardinality restrictionMethods in org.apache.jena.ontology.impl that return MaxCardinalityQRestrictionModifier and TypeMethodDescriptionOntModelImpl.createMaxCardinalityQRestriction
(String uri, Property prop, int cardinality, OntClass cls) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property, all values of which belong to the given class.OntModelImpl.getMaxCardinalityQRestriction
(String uri) Answer a class description defined as the class of those individuals that have a property p, with max cardinality N, all values of which are members of a given class.