Uses of Interface
org.apache.jena.ontology.MaxCardinalityRestriction
Packages that use MaxCardinalityRestriction
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 MaxCardinalityRestriction in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return MaxCardinalityRestrictionModifier and TypeMethodDescriptionRestriction.asMaxCardinalityRestriction()Answer a view of this restriction as a max cardinality restriction class expressionRestriction.convertToMaxCardinalityRestriction(int cardinality) Convert this restriction to a max cardinality restriction class expressionOntModel.createMaxCardinalityRestriction(String uri, Property prop, int cardinality) 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 at most the given number of values for the given property.OntModel.getMaxCardinalityRestriction(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 at most the given number of values for the given property. -
Uses of MaxCardinalityRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement MaxCardinalityRestrictionModifier and TypeClassDescriptionclassImplementation of the max cardinality restriction abstraction.Methods in org.apache.jena.ontology.impl that return MaxCardinalityRestrictionModifier and TypeMethodDescriptionRestrictionImpl.asMaxCardinalityRestriction()Answer a view of this restriction as a max cardinality restriction class expressionRestrictionImpl.convertToMaxCardinalityRestriction(int cardinality) Convert this restriction to a max cardinality restriction class expressionOntModelImpl.createMaxCardinalityRestriction(String uri, Property prop, int cardinality) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.OntModelImpl.getMaxCardinalityRestriction(String uri) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.