uk.ac.manchester.cs.owl
Class OWLDataPropertyCharacteristicAxiomImpl
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.OWLPropertyAxiomImpl
uk.ac.manchester.cs.owl.OWLDataPropertyCharacteristicAxiomImpl
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLDataPropertyAxiom, OWLDataPropertyCharacteristicAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLUnaryPropertyAxiom<OWLDataPropertyExpression>
- Direct Known Subclasses:
- OWLFunctionalDataPropertyAxiomImpl
public abstract class OWLDataPropertyCharacteristicAxiomImpl
- extends OWLPropertyAxiomImpl
- implements OWLDataPropertyCharacteristicAxiom
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 |
OWLDataPropertyCharacteristicAxiomImpl
public OWLDataPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property)
getProperty
public OWLDataPropertyExpression getProperty()
- Description copied from interface:
OWLUnaryPropertyAxiom
- Gets the property expression that this axiom describes.
- Specified by:
getProperty
in interface OWLUnaryPropertyAxiom<OWLDataPropertyExpression>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLAxiomImpl