|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLDisjointUnionAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
Method Summary | |
---|---|
java.util.Set<OWLDescription> |
getDescriptions()
Gets the descriptions which are operands of the disjoint union. |
OWLClass |
getOWLClass()
Gets the class which is equivalent to the disjoint union. |
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom |
---|
accept, accept, getAnnotationAxioms, getAxiomType, getReferencedEntities, isLogicalAxiom |
Methods inherited from interface org.semanticweb.owl.model.OWLObject |
---|
accept, accept |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
OWLClass getOWLClass()
java.util.Set<OWLDescription> getDescriptions()
getDescriptions
in interface OWLNaryClassAxiom
Set
containing the operands of the disjoint union, note
that this does not include the OWLClass
that is equivalent
to the disjoint union.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |