uk.ac.manchester.cs.owl
Class OWLObjectPropertyCharacteristicAxiomImpl

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.OWLObjectPropertyCharacteristicAxiomImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLObjectPropertyAxiom, OWLObjectPropertyCharacteristicAxiom, OWLPropertyAxiom, OWLUnaryPropertyAxiom<OWLObjectPropertyExpression>
Direct Known Subclasses:
OWLAntiSymmetricObjectPropertyAxiomImpl, OWLFunctionalObjectPropertyAxiomImpl, OWLInverseFunctionalObjectPropertyAxiomImpl, OWLIrreflexiveObjectPropertyAxiomImpl, OWLReflexiveObjectPropertyAxiomImpl, OWLSymmetricObjectPropertyAxiomImpl, OWLTransitiveObjectPropertyAxiomImpl

public abstract class OWLObjectPropertyCharacteristicAxiomImpl
extends OWLPropertyAxiomImpl
implements OWLObjectPropertyCharacteristicAxiom

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


Constructor Summary
OWLObjectPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory, OWLObjectPropertyExpression property)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 OWLObjectPropertyExpression getProperty()
          Gets the property expression that this axiom describes.
 
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

OWLObjectPropertyCharacteristicAxiomImpl

public OWLObjectPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory,
                                                OWLObjectPropertyExpression property)
Method Detail

getProperty

public OWLObjectPropertyExpression getProperty()
Description copied from interface: OWLUnaryPropertyAxiom
Gets the property expression that this axiom describes.

Specified by:
getProperty in interface OWLUnaryPropertyAxiom<OWLObjectPropertyExpression>

equals

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