org.semanticweb.elk.owl.interfaces
Interface ElkDataPropertyExpression

All Superinterfaces:
ElkObject
All Known Subinterfaces:
ElkDataProperty

public interface ElkDataPropertyExpression
extends ElkObject

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

Author:
Markus Kroetzsch

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

Method Detail

accept

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

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.