uk.ac.manchester.cs.owl
Class OWLNaryIndividualAxiomImpl

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.OWLIndividualAxiomImpl
                  extended by uk.ac.manchester.cs.owl.OWLNaryIndividualAxiomImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLIndividualAxiom, OWLLogicalAxiom, OWLNaryIndividualAxiom, OWLObject
Direct Known Subclasses:
OWLDifferentIndividualsAxiomImpl, OWLSameIndividualsAxiomImpl

public abstract class OWLNaryIndividualAxiomImpl
extends OWLIndividualAxiomImpl
implements OWLNaryIndividualAxiom

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


Constructor Summary
OWLNaryIndividualAxiomImpl(OWLDataFactory dataFactory, java.util.Set<OWLIndividual> individuals)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Set<OWLIndividual> getIndividuals()
           
 
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

OWLNaryIndividualAxiomImpl

public OWLNaryIndividualAxiomImpl(OWLDataFactory dataFactory,
                                  java.util.Set<OWLIndividual> individuals)
Method Detail

getIndividuals

public java.util.Set<OWLIndividual> getIndividuals()
Specified by:
getIndividuals in interface OWLNaryIndividualAxiom

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OWLAxiomImpl