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

Packages that use OWLObjectAnnotation
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.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 OWLObjectAnnotation in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of OWLObjectAnnotation in org.coode.owl.functionalrenderer
 

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

Uses of OWLObjectAnnotation in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLObjectAnnotation in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLObjectAnnotation
 OWLObjectAnnotation OWLDataFactory.getOWLObjectAnnotation(java.net.URI annotationURI, OWLIndividual individual)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLObjectAnnotation
 O OWLAnnotationVisitorEx.visit(OWLObjectAnnotation annotation)
           
 void OWLAnnotationVisitor.visit(OWLObjectAnnotation annotation)
           
 

Uses of OWLObjectAnnotation in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLObjectAnnotation
 void SimpleRenderer.visit(OWLObjectAnnotation annotation)
           
 O OWLObjectVisitorExAdapter.visit(OWLObjectAnnotation annotation)
           
 void OWLObjectVisitorAdapter.visit(OWLObjectAnnotation annotation)
           
 void OWLObjectTypeIndexProvider.visit(OWLObjectAnnotation annotation)
           
 void OWLObjectDuplicator.visit(OWLObjectAnnotation annotation)
           
 void OWLObjectComponentCollector.visit(OWLObjectAnnotation node)
           
 void OWLEntityCollector.visit(OWLObjectAnnotation annotation)
           
 void HashCode.visit(OWLObjectAnnotation annotation)
           
 void DLExpressivityChecker.visit(OWLObjectAnnotation annotation)
           
 O DelegatingObjectVisitorEx.visit(OWLObjectAnnotation annotation)
           
 

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLObjectAnnotation
 OWLObjectAnnotation OWLDataFactoryImpl.getOWLObjectAnnotation(java.net.URI annotationURI, OWLIndividual individual)
           
 

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

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

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

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

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

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