uk.ac.manchester.cs.owl
Class OWLNaryClassAxiomImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.OWLAxiomImpl
          extended by uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
              extended by uk.ac.manchester.cs.owl.OWLClassAxiomImpl
                  extended by 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


Constructor Summary
OWLNaryClassAxiomImpl(OWLDataFactory dataFactory, java.util.Set<? extends OWLDescription> descriptions)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Set<OWLDescription> getDescriptions()
          Gets all of the descriptions that appear in this axiom.
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
isLogicalAxiom
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLAxiomImpl
getAnnotationAxioms, getReferencedEntities
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, getOWLDataFactory, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
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, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OWLNaryClassAxiomImpl

public OWLNaryClassAxiomImpl(OWLDataFactory dataFactory,
                             java.util.Set<? extends OWLDescription> descriptions)
Method Detail

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