org.semanticweb.elk.owl.interfaces
Interface ElkObjectPropertyExpression

All Superinterfaces:
ElkObject, ElkSubObjectPropertyExpression
All Known Subinterfaces:
ElkObjectInverseOf, ElkObjectProperty

public interface ElkObjectPropertyExpression
extends ElkSubObjectPropertyExpression, ElkObject

Corresponds to an Object Property Expression in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
<O> O
accept(ElkObjectPropertyExpressionVisitor<O> visitor)
          Accept an ElkObjectPropertyExpressionVisitor.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkSubObjectPropertyExpression
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

accept

<O> O accept(ElkObjectPropertyExpressionVisitor<O> visitor)
Accept an ElkObjectPropertyExpressionVisitor.

Parameters:
visitor - the visitor that can work with this axiom type
Returns:
the output of the visitor


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