org.semanticweb.owl.model
Interface OWLAnnotationVisitor

All Known Subinterfaces:
OWLObjectVisitor
All Known Implementing Classes:
DIGRenderer, DLExpressivityChecker, HashCode, OWLEntityCollector, OWLObjectComponentCollector, OWLObjectDuplicator, OWLObjectTypeIndexProvider, OWLObjectVisitorAdapter, 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)