org.semanticweb.kaon2.api.owl.axioms
Interface Deprecation

All Superinterfaces:
Axiom

public interface Deprecation
extends Axiom

Represents an axiom specifying that an entity has been deprecated.


Method Summary
 OWLEntity getEntity()
          Returns the entity that is deprecated.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getEntity

OWLEntity getEntity()
Returns the entity that is deprecated.

Returns:
the entity that is deprecated