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"
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.