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

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

public interface ElkAnnotationValueVisitor<O>

Visitor interface for ElkAnnotationValue.

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

Method Summary
 O visit(ElkAnonymousIndividual anon)
           
 O visit(ElkIri iri)
           
 O visit(ElkLiteral literal)
           
 

Method Detail

visit

O visit(ElkIri iri)

visit

O visit(ElkLiteral literal)

visit

O visit(ElkAnonymousIndividual anon)


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