uk.ac.manchester.cs.owl
Class OWLNaryClassAxiomImpl
java.lang.Object
uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLAxiomImpl
uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
uk.ac.manchester.cs.owl.OWLClassAxiomImpl
uk.ac.manchester.cs.owl.OWLNaryClassAxiomImpl
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLClassAxiom, OWLLogicalAxiom, OWLNaryClassAxiom, OWLObject
- Direct Known Subclasses:
- OWLDisjointClassesAxiomImpl, OWLDisjointUnionAxiomImpl, OWLEquivalentClassesAxiomImpl, OWLSubClassAxiomImpl
public abstract class OWLNaryClassAxiomImpl
- extends OWLClassAxiomImpl
- implements OWLNaryClassAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OWLNaryClassAxiomImpl
public OWLNaryClassAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLDescription> descriptions)
getDescriptions
public java.util.Set<OWLDescription> getDescriptions()
- Description copied from interface:
OWLNaryClassAxiom
- Gets all of the descriptions that appear in this
axiom.
- Specified by:
getDescriptions
in interface OWLNaryClassAxiom
- Returns:
- A
Set
of descriptions that appear in the
axiom.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLAxiomImpl