org.semanticweb.owl.model
Interface OWLNaryClassAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLClassAxiom, OWLLogicalAxiom, OWLObject
All Known Subinterfaces:
OWLDisjointClassesAxiom, OWLDisjointUnionAxiom, OWLEquivalentClassesAxiom, OWLSubClassAxiom

public interface OWLNaryClassAxiom
extends OWLClassAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006


Method Summary
 java.util.Set<OWLDescription> getDescriptions()
          Gets all of the descriptions that appear in this axiom.
 
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

getDescriptions

java.util.Set<OWLDescription> getDescriptions()
Gets all of the descriptions that appear in this axiom.

Returns:
A Set of descriptions that appear in the axiom.