org.semanticweb.owl.model
Interface OWLLabelAnnotation

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnnotation<OWLConstant>, OWLConstantAnnotation, OWLObject

public interface OWLLabelAnnotation
extends OWLConstantAnnotation

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

An annotation whose URI is rdfs:label.


Method Summary
 
Methods inherited from interface org.semanticweb.owl.model.OWLConstantAnnotation
isComment, isLabel
 
Methods inherited from interface org.semanticweb.owl.model.OWLAnnotation
accept, accept, getAnnotationURI, getAnnotationValue, getAnnotationValueAsConstant, isAnnotationByConstant
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo