org.semanticweb.owl.model
Interface OWLAnnotationVisitor

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

public interface OWLAnnotationVisitor

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006


Method Summary
 void visit(OWLConstantAnnotation annotation)
           
 void visit(OWLObjectAnnotation annotation)
           
 

Method Detail

visit

void visit(OWLObjectAnnotation annotation)

visit

void visit(OWLConstantAnnotation annotation)