org.semanticweb.owlapi.model
Interface OWLAnnotationObjectVisitor

All Superinterfaces:
OWLAnnotationAxiomVisitor, OWLAnnotationValueVisitor
All Known Subinterfaces:
OWLObjectVisitor
All Known Implementing Classes:
AbstractTranslator, DLExpressivityChecker, DLSyntaxObjectRenderer, HashCode, KRSS2ObjectRenderer, KRSS2OWLObjectRenderer, KRSSObjectRenderer, LatexObjectVisitor, ManchesterOWLSyntaxFrameRenderer, ManchesterOWLSyntaxObjectRenderer, OWLEntityCollector, OWLObjectComponentCollector, OWLObjectDuplicator, OWLObjectRenderer, OWLObjectTypeIndexProvider, OWLObjectVisitorAdapter, OWLXMLObjectRenderer, RDFTranslator, SimpleRenderer

public interface OWLAnnotationObjectVisitor
extends OWLAnnotationAxiomVisitor, OWLAnnotationValueVisitor

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Jan-2009


Method Summary
 void visit(OWLAnnotation node)
           
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitor
visit, visit, visit, visit
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitor
visit, visit, visit
 

Method Detail

visit

void visit(OWLAnnotation node)