org.semanticweb.elk.owl.visitors
Interface ElkObjectPropertyExpressionVisitor<O>
- Type Parameters:
O - the output type of the visitor
- All Known Subinterfaces:
- ElkObjectVisitor<O>, ElkSubObjectPropertyExpressionVisitor<O>
- All Known Implementing Classes:
- OwlObjectNameVisitor
public interface ElkObjectPropertyExpressionVisitor<O>
Visitor pattern interface for instances of
ElkObjectPropertyExpression.
- Author:
- "Yevgeny Kazakov"
visit
O visit(ElkObjectInverseOf elkObjectInverseOf)
visit
O visit(ElkObjectProperty elkObjectProperty)
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.