org.semanticweb.owl.model
Interface OWLDeprecatedDataPropertyAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLDataPropertyAxiom, OWLLogicalAxiom, OWLObject

public interface OWLDeprecatedDataPropertyAxiom
extends OWLDataPropertyAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2006


Method Summary
 OWLDataProperty getDeprecatedDataProperty()
          Gets the data property which is depreacted by this axiom.
 
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
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDeprecatedDataProperty

OWLDataProperty getDeprecatedDataProperty()
Gets the data property which is depreacted by this axiom.