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