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

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

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

Methods in com.hp.hpl.jena.ontology that return MaxCardinalityQRestriction
 MaxCardinalityQRestriction OntModel.createMaxCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls)
          Answer a class description defined as the class of those individuals that have at most the given number of values for the given property, all values of which belong to the given class.
 MaxCardinalityQRestriction OntModel.getMaxCardinalityQRestriction(String uri)
          Answer a class description defined as the class of those individuals that have a property p, with max cardinality N, all values of which are members of a given class.
 



Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP