Uses of Interface
com.hp.hpl.jena.ontology.CardinalityRestriction

Packages that use CardinalityRestriction
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of CardinalityRestriction in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return CardinalityRestriction
 CardinalityRestriction Restriction.asCardinalityRestriction()
          Answer a view of this restriction as a cardinality restriction class expression
 CardinalityRestriction Restriction.convertToCardinalityRestriction(int cardinality)
          Convert this restriction to a cardinality restriction class expression
 CardinalityRestriction OntModel.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.
 CardinalityRestriction OntModel.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.
 



Licenced under the Apache License, Version 2.0