org.semanticweb.owl.model
Interface OWLDeprecatedClassAxiom

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

public interface OWLDeprecatedClassAxiom
extends OWLClassAxiom

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


Method Summary
 OWLClass getDeprecatedClass()
          Gets the class which is deprecated 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

getDeprecatedClass

OWLClass getDeprecatedClass()
Gets the class which is deprecated by this axiom.