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

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

Uses of OWLLabelAnnotation in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLLabelAnnotation
 OWLLabelAnnotation OWLDataFactory.getOWLLabelAnnotation(java.lang.String label)
          Gets a label annotation.
 OWLLabelAnnotation OWLDataFactory.getOWLLabelAnnotation(java.lang.String label, java.lang.String language)
          Gets a label annotation
 

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLLabelAnnotation
 OWLLabelAnnotation OWLDataFactoryImpl.getOWLLabelAnnotation(java.lang.String label)
           
 OWLLabelAnnotation OWLDataFactoryImpl.getOWLLabelAnnotation(java.lang.String label, java.lang.String language)