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

Packages that use OWLAxiomAnnotationAxiom
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.debugging   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLAxiomAnnotationAxiom in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLAxiomAnnotationAxiom
 void KRSS2OWLObjectRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLAxiomAnnotationAxiom
 void OWLObjectRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLAxiomAnnotationAxiom
 void LatexObjectVisitor.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLAxiomAnnotationAxiom
 void AbstractTranslator.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLAxiomAnnotationAxiom
 void OWLXMLObjectRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging with parameters of type OWLAxiomAnnotationAxiom
 void DebuggerDescriptionGenerator.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLAxiomAnnotationAxiom
static AxiomType<OWLAxiomAnnotationAxiom> AxiomType.AXIOM_ANNOTATION
           
 

Methods in org.semanticweb.owl.model that return OWLAxiomAnnotationAxiom
 OWLAxiomAnnotationAxiom OWLDataFactory.getOWLAxiomAnnotationAxiom(OWLAxiom axiom, OWLAnnotation annotation)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLAxiomAnnotationAxiom
 java.util.Set<OWLAxiomAnnotationAxiom> OWLAxiom.getAnnotationAxioms(OWLOntology ontology)
          Gets the annotation axioms that annotate this axiom and belong to the specified ontology
 java.util.Set<OWLAxiomAnnotationAxiom> OWLOntology.getAnnotations(OWLAxiom axiom)
          Gets the annotation axioms that annotate the specified axiom in this ontology.
 

Methods in org.semanticweb.owl.model with parameters of type OWLAxiomAnnotationAxiom
 O OWLAxiomVisitorEx.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLAxiomVisitor.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLAxiomAnnotationAxiom
 void SimpleRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLOntologyChangeFilter.visit(OWLAxiomAnnotationAxiom axiom)
           
 O OWLObjectVisitorExAdapter.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLObjectVisitorAdapter.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLObjectTypeIndexProvider.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLObjectDuplicator.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLObjectComponentCollector.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLEntityCollector.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLAxiomVisitorAdapter.visit(OWLAxiomAnnotationAxiom axiom)
           
 void OWLAxiomTypeProcessor.visit(OWLAxiomAnnotationAxiom axiom)
           
 void HashCode.visit(OWLAxiomAnnotationAxiom axiom)
           
 void DLExpressivityChecker.visit(OWLAxiomAnnotationAxiom axiom)
           
 O DelegatingObjectVisitorEx.visit(OWLAxiomAnnotationAxiom axiom)
           
 void AxiomTypeProvider.visit(OWLAxiomAnnotationAxiom axiom)
           
 void AxiomSubjectProvider.visit(OWLAxiomAnnotationAxiom axiom)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLAxiomAnnotationAxiom
 class OWLAxiomAnnotationAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLAxiomAnnotationAxiom
 OWLAxiomAnnotationAxiom OWLDataFactoryImpl.getOWLAxiomAnnotationAxiom(OWLAxiom axiom, OWLAnnotation annotation)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLAxiomAnnotationAxiom
 java.util.Set<OWLAxiomAnnotationAxiom> OWLAxiomImpl.getAnnotationAxioms(OWLOntology ontology)
           
 java.util.Set<OWLAxiomAnnotationAxiom> OWLOntologyImpl.getAnnotations(OWLAxiom axiom)
           
 java.util.Set<OWLAxiomAnnotationAxiom> OWLOntologyImpl.getAxiomAnnotationAxioms()
           
 

Uses of OWLAxiomAnnotationAxiom in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLAxiomAnnotationAxiom
 void DLSyntaxObjectRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLAxiomAnnotationAxiom
 void DIGRenderer.visit(OWLAxiomAnnotationAxiom axiom)
           
 

Uses of OWLAxiomAnnotationAxiom in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLAxiomAnnotationAxiom
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLAxiomAnnotationAxiom axiom)