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 |
---|---|
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.createMinCardinalityRestriction(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.
|
MinCardinalityRestriction |
OntModel.getMinCardinalityRestriction(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.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP