Uses of Interface
org.semanticweb.owl.model.OWLCommentAnnotation

Packages that use OWLCommentAnnotation
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of OWLCommentAnnotation in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLCommentAnnotation
 OWLCommentAnnotation OWLDataFactory.getCommentAnnotation(java.lang.String comment)
          Gets a comment annotation.
 OWLCommentAnnotation OWLDataFactory.getCommentAnnotation(java.lang.String comment, java.lang.String langauge)
          Gets a comment annotation with an attached language tag.
 

Uses of OWLCommentAnnotation in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLCommentAnnotation
 class OWLCommentAnnotationImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLCommentAnnotation
 OWLCommentAnnotation OWLDataFactoryImpl.getCommentAnnotation(java.lang.String comment)
           
 OWLCommentAnnotation OWLDataFactoryImpl.getCommentAnnotation(java.lang.String comment, java.lang.String langauge)