org.semanticweb.owl.model
Interface OWLEntityAnnotationAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnnotationAxiom<OWLEntity>, OWLAxiom, OWLObject

public interface OWLEntityAnnotationAxiom
extends OWLAnnotationAxiom<OWLEntity>

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

An annotation that annotates the entity in an entity declaration. Such annotations could be used to provide labels for entities etc. This is different from an OWLAxiomAnnotionAxiom on a declaration, which annotates the actual declaration axiom.


Method Summary
 
Methods inherited from interface org.semanticweb.owl.model.OWLAnnotationAxiom
getAnnotation, getSubject
 
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