org.semanticweb.elk.owl.interfaces
Interface ElkSubObjectPropertyExpression

All Superinterfaces:
ElkObject
All Known Subinterfaces:
ElkObjectInverseOf, ElkObjectProperty, ElkObjectPropertyChain, ElkObjectPropertyExpression

public interface ElkSubObjectPropertyExpression
extends ElkObject

Corresponds to an sub object property expressions in the OWL 2 specification.

Author:
Markus Kroetzsch

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

Method Detail

accept

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

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.