|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLCardinalityBase
The base interface of the various cardinality restrictions.
Method Summary | |
---|---|
int |
getCardinality()
Gets the cardinality value in this restriction. |
RDFSClass |
getQualifier()
Gets the qualifier class. |
RDFSClass |
getValuesFrom()
If this is a qualified cardinality restriction, then this gets the owl:valuesFrom property value. |
boolean |
isQualified()
Checks if this is a qualified cardinality restriction. |
void |
setCardinality(int value)
Sets the cardinality value in this restriction. |
void |
setValuesFrom(RDFSClass value)
|
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLRestriction |
---|
checkFillerText, getFillerProperty, getFillerText, getOnProperty, getOperator, isDefined, setFillerText, setOnProperty |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLAnonymousClass |
---|
getExpressionRoot, getOwner |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLClass |
---|
getDisjointClasses |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
assertFrameName, getFrameID, isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protege.model.Cls |
---|
getBrowserSlot, getDirectBrowserSlot, getInheritedBrowserSlot, rename |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
assertFrameName, getFrameID, isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
assertFrameName, getFrameID, isValid, moveDirectOwnSlotValue |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.RDFObject |
---|
equalsStructurally |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.visitor.Visitable |
---|
accept |
Method Detail |
---|
int getCardinality()
RDFSClass getQualifier()
getValuesFrom()
.RDFSClass getValuesFrom()
boolean isQualified()
void setCardinality(int value)
value
- the new cardinality valuevoid setValuesFrom(RDFSClass value)
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |