uk.ac.manchester.cs.owl
Class OWLPropertyDomainAxiomImpl<P extends OWLPropertyExpression>

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.OWLPropertyAxiomImpl
                  extended by uk.ac.manchester.cs.owl.OWLUnaryPropertyAxiomImpl<P>
                      extended by uk.ac.manchester.cs.owl.OWLPropertyDomainAxiomImpl<P>
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLPropertyDomainAxiom<P>, OWLUnaryPropertyAxiom<P>
Direct Known Subclasses:
OWLDataPropertyDomainAxiomImpl, OWLObjectPropertyDomainAxiomImpl

public abstract class OWLPropertyDomainAxiomImpl<P extends OWLPropertyExpression>
extends OWLUnaryPropertyAxiomImpl<P>
implements OWLPropertyDomainAxiom<P>

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


Constructor Summary
OWLPropertyDomainAxiomImpl(OWLDataFactory dataFactory, P property, OWLDescription domain)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 OWLDescription getDomain()
           
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLUnaryPropertyAxiomImpl
getProperty
 
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.OWLUnaryPropertyAxiom
getProperty
 
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

OWLPropertyDomainAxiomImpl

public OWLPropertyDomainAxiomImpl(OWLDataFactory dataFactory,
                                  P property,
                                  OWLDescription domain)
Method Detail

getDomain

public OWLDescription getDomain()
Specified by:
getDomain in interface OWLPropertyDomainAxiom<P extends OWLPropertyExpression>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OWLUnaryPropertyAxiomImpl<P extends OWLPropertyExpression>