org.semanticweb.elk.owl.interfaces
Interface ElkObjectPropertyChain

All Superinterfaces:
ElkObject, ElkSubObjectPropertyExpression

public interface ElkObjectPropertyChain
extends ElkSubObjectPropertyExpression

Corresponds to an object property chains in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 List<? extends ElkObjectPropertyExpression> getObjectPropertyExpressions()
          Get the list of object property expressions that this expression refers to.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkSubObjectPropertyExpression
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getObjectPropertyExpressions

List<? extends ElkObjectPropertyExpression> getObjectPropertyExpressions()
Get the list of object property expressions that this expression refers to. The order of object property expressions is important for the syntax and semantics of OWL.

Returns:
list of object property expressions


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