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

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

public interface ElkSubObjectPropertyExpressionVisitor<O>
extends ElkObjectPropertyExpressionVisitor<O>

Visitor pattern interface for instances of ElkSubObjectPropertyExpression.

Author:
Frantisek, "Yevgeny Kazakov"

Method Summary
 O visit(ElkObjectPropertyChain elkObjectPropertyChain)
           
 
Methods inherited from interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyExpressionVisitor
visit, visit
 

Method Detail

visit

O visit(ElkObjectPropertyChain elkObjectPropertyChain)


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