org.semanticweb.owl.model
Interface OWLCommentAnnotation

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

public interface OWLCommentAnnotation
extends OWLConstantAnnotation

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

An annotation whose URI is rdfs:comment


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