org.semanticweb.owl.model
Interface OWLDeprecatableObject
- All Known Subinterfaces:
- OWLClass, OWLDataProperty, OWLDataType, OWLObjectProperty, OWLProperty
- All Known Implementing Classes:
- OWLClassImpl, OWLConcreteDataTypeImpl, OWLDataPropertyImpl, OWLObjectPropertyImpl, OWLPropertyImpl
- public interface OWLDeprecatableObject
A super interface representing those things that can be
deprecated. Deprecating has no semantic import (in terms of the
model theory), but may effect the way that applications deal with
classes.
- Version:
- $Id: OWLDeprecatableObject.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $
isDeprecated
public boolean isDeprecated(OWLOntology ontology)
throws OWLException
OWLException
WonderWeb