org.semanticweb.elk.owl.interfaces
Interface ElkDataPropertyListRestrictionQualified

All Superinterfaces:
ElkClassExpression, ElkObject
All Known Subinterfaces:
ElkDataAllValuesFrom, ElkDataSomeValuesFrom

public interface ElkDataPropertyListRestrictionQualified
extends ElkClassExpression

Common interface for DataSomeValuesFrom and DataAllValuesFrom restrictions which can be based on a list of data (not object) property expression. Arity of the datarange must correspond to the number of properties in the list.

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Method Summary
 List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
           
 ElkDataRange getDataRange()
           
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkClassExpression
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getDataPropertyExpressions

List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()

getDataRange

ElkDataRange getDataRange()


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