|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLNAryLogicalClass
Method Summary | |
---|---|
void |
addOperand(RDFSClass operand)
Adds an operand to this. |
Collection<RDFSNamedClass> |
getNamedOperands()
Gets all operands which are named classes. |
Collection<RDFSClass> |
getOperands()
Gets the classes that are combined in this logical statement. |
boolean |
hasOperandWithBrowserText(String browserText)
|
boolean |
hasSameOperands(OWLNAryLogicalClass other)
|
Iterator |
listOperands()
Gets the operand classes as an ordered Iterator. |
void |
removeOperand(RDFSClass operand)
Removes an operand that was previously added to this logical class. |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.OWLLogicalClass |
---|
getOperandsProperty, getOperatorSymbol |
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 |
---|
void addOperand(RDFSClass operand)
operand
- the Operand to addremoveOperand(edu.stanford.smi.protegex.owl.model.RDFSClass)
Collection<RDFSNamedClass> getNamedOperands()
Collection<RDFSClass> getOperands()
boolean hasOperandWithBrowserText(String browserText)
boolean hasSameOperands(OWLNAryLogicalClass other)
Iterator listOperands()
void removeOperand(RDFSClass operand)
operand
- the operand to removeaddOperand(edu.stanford.smi.protegex.owl.model.RDFSClass)
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |