org.semanticweb.owl.model
Interface OWLAnnotationAxiom<S extends OWLObject>
- All Superinterfaces: 
 - java.lang.Comparable<OWLObject>, OWLAxiom, OWLObject
 
- All Known Subinterfaces: 
 - OWLAxiomAnnotationAxiom, OWLEntityAnnotationAxiom, OWLOntologyAnnotationAxiom
 
- All Known Implementing Classes: 
 - OWLAnnotationAxiomImpl, OWLAxiomAnnotationAxiomImpl, OWLEntityAnnotationAxiomImpl, OWLOntologyAnnotationAxiomImpl
 
public interface OWLAnnotationAxiom<S extends OWLObject>
- extends OWLAxiom
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 25-Oct-2006
 Annotation axioms do not affect the logical meaning of an ontology.  They
 can be used to associate arbitrary bits of information with an axiom, for
 example, who asserted it etc.
 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
getSubject
S getSubject()
- Gets the subject of the annotation.
 
 
 
getAnnotation
OWLAnnotation<? extends OWLObject> getAnnotation()
- Gets the actual annotation
 
- Returns:
 - The annotation (annotation URI and value).