org.semanticweb.elk.owl.visitors
Interface ElkAnnotationAxiomVisitor<O>

Type Parameters:
O - the output type of the visitor
All Known Subinterfaces:
ElkAxiomVisitor<O>, ElkObjectVisitor<O>
All Known Implementing Classes:
OwlObjectNameVisitor

public interface ElkAnnotationAxiomVisitor<O>

Author:
Pavel Klinov pavel.klinov@uni-ulm.de, Frantisek Simancik, "Yevgeny Kazakov"

Method Summary
 O visit(ElkAnnotationAssertionAxiom annotationAssertionAxiom)
           
 O visit(ElkAnnotationPropertyDomainAxiom annotationPropertyDomainAxiom)
           
 O visit(ElkAnnotationPropertyRangeAxiom annotationPropertyRangeAxiom)
           
 O visit(ElkSubAnnotationPropertyOfAxiom subAnnotationPropertyOfAxiom)
           
 

Method Detail

visit

O visit(ElkSubAnnotationPropertyOfAxiom subAnnotationPropertyOfAxiom)

visit

O visit(ElkAnnotationPropertyDomainAxiom annotationPropertyDomainAxiom)

visit

O visit(ElkAnnotationPropertyRangeAxiom annotationPropertyRangeAxiom)

visit

O visit(ElkAnnotationAssertionAxiom annotationAssertionAxiom)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.