|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An OWLCardinalityRestriction represents an assertion about the number of role fillers a property can or must have. In a change from DAML+OIL, OWL cardinality restrictions are unqualified, i.e. they do not state what type the filler should have.
| Method Summary | |
int |
getAtLeast()
|
int |
getAtMost()
|
boolean |
isAtLeast()
Is this an atleast cardinality restriction? |
boolean |
isAtMost()
Is this an atmost cardinality restriction? |
boolean |
isExactly()
Is this an exact cardinality restriction, i.e. does atleast == atmost? |
| Methods inherited from interface org.semanticweb.owl.model.OWLRestriction |
getProperty |
| Methods inherited from interface org.semanticweb.owl.model.OWLDescription |
accept |
| Methods inherited from interface org.semanticweb.owl.model.OWLObject |
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory |
| Method Detail |
public int getAtLeast()
throws OWLException
OWLException
public int getAtMost()
throws OWLException
OWLException
public boolean isAtMost()
throws OWLException
OWLException
public boolean isAtLeast()
throws OWLException
OWLException
public boolean isExactly()
throws OWLException
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||