|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardinalityRestriction | |
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of CardinalityRestriction in com.hp.hpl.jena.ontology |
Methods in com.hp.hpl.jena.ontology that return CardinalityRestriction | |
CardinalityRestriction |
Restriction.asCardinalityRestriction()
Answer a view of this restriction as a cardinality restriction class expression |
CardinalityRestriction |
Restriction.convertToCardinalityRestriction(int cardinality)
Convert this restriction to a cardinality restriction class expression |
CardinalityRestriction |
OntModel.getCardinalityRestriction(java.lang.String uri)
Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property. |
CardinalityRestriction |
OntModel.createCardinalityRestriction(java.lang.String uri,
Property prop,
int cardinality)
Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |