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

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

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

Methods in com.hp.hpl.jena.ontology that return MaxCardinalityRestriction
 MaxCardinalityRestriction Restriction.asMaxCardinalityRestriction()
          Answer a view of this restriction as a max cardinality restriction class expression
 MaxCardinalityRestriction Restriction.convertToMaxCardinalityRestriction(int cardinality)
          Convert this restriction to a max cardinality restriction class expression
 MaxCardinalityRestriction OntModel.createMaxCardinalityRestriction(String uri, Property prop, int cardinality)
          Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.
 MaxCardinalityRestriction OntModel.getMaxCardinalityRestriction(String uri)
          Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.
 



Licenced under the Apache License, Version 2.0