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

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

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

Methods in com.hp.hpl.jena.ontology that return MinCardinalityRestriction
 MinCardinalityRestriction Restriction.asMinCardinalityRestriction()
          Answer a view of this restriction as a min cardinality restriction class expression
 MinCardinalityRestriction Restriction.convertToMinCardinalityRestriction(int cardinality)
          Convert this restriction to a min cardinality restriction class expression
 MinCardinalityRestriction OntModel.getMinCardinalityRestriction(java.lang.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.
 MinCardinalityRestriction OntModel.createMinCardinalityRestriction(java.lang.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.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.