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

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

public interface ElkLiteralVisitor<O>

Visitor interface for ElkLiteral.

Author:
Markus Kroetzsch, "Yevgeny Kazakov"

Method Summary
 O visit(ElkLiteral elkLiteral)
           
 

Method Detail

visit

O visit(ElkLiteral elkLiteral)


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