org.semanticweb.owlapi.model
Interface OWLAnnotationObjectVisitorEx<O>

All Superinterfaces:
OWLAnnotationAxiomVisitorEx<O>, OWLAnnotationValueVisitorEx<O>
All Known Subinterfaces:
OWLObjectVisitorEx<O>
All Known Implementing Classes:
DelegatingObjectVisitorEx, MaximumModalDepthFinder, OWL2ELProfile.OWL2ELProfileObjectVisitor, OWLClassExpressionCollector, OWLObjectVisitorExAdapter, OWLOntologyWalkerVisitor

public interface OWLAnnotationObjectVisitorEx<O>
extends OWLAnnotationAxiomVisitorEx<O>, OWLAnnotationValueVisitorEx<O>

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


Method Summary
 O visit(OWLAnnotation node)
           
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationAxiomVisitorEx
visit, visit, visit, visit
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
visit, visit, visit
 

Method Detail

visit

O visit(OWLAnnotation node)