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