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

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

Uses of OWLAnnotationAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLAnnotationAxiom in org.semanticweb.owl.model
 interface OWLAxiomAnnotationAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents an annotation on an axiom
 interface OWLEntityAnnotationAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2006

An annotation that annotates the entity in an entity declaration.
 interface OWLOntologyAnnotationAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 28-Jan-2007

 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLAnnotationAxiom
 java.util.Set<OWLAnnotationAxiom> OWLOntology.getAnnotationAxioms()
          Gets all of the annotation axioms in this ontology.
 java.util.Set<OWLAnnotationAxiom> OWLEntity.getAnnotationAxioms(OWLOntology ontology)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLAnnotationAxiom
 class OWLAnnotationAxiomImpl<S extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006

 class OWLAxiomAnnotationAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLEntityAnnotationAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2006

 class OWLOntologyAnnotationAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 28-Jan-2007

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLAnnotationAxiom
 java.util.Set<OWLAnnotationAxiom> OWLOntologyImpl.getAnnotationAxioms()
           
static java.util.Set<OWLAnnotationAxiom> ImplUtils.getAnnotationAxioms(OWLEntity entity, java.util.Set<OWLOntology> ontologies)
           
 java.util.Set<OWLAnnotationAxiom> OWLObjectPropertyImpl.getAnnotationAxioms(OWLOntology ontology)
           
 java.util.Set<OWLAnnotationAxiom> OWLIndividualImpl.getAnnotationAxioms(OWLOntology ontology)
           
 java.util.Set<OWLAnnotationAxiom> OWLDataTypeImpl.getAnnotationAxioms(OWLOntology ontology)
           
 java.util.Set<OWLAnnotationAxiom> OWLDataPropertyImpl.getAnnotationAxioms(OWLOntology ontology)
           
 java.util.Set<OWLAnnotationAxiom> OWLClassImpl.getAnnotationAxioms(OWLOntology ontology)