Package | Description |
---|---|
com.hp.hpl.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP