org.semanticweb.elk.owl.interfaces
Interface ElkDataIntersectionOf

All Superinterfaces:
ElkDataRange, ElkObject

public interface ElkDataIntersectionOf
extends ElkDataRange

Corresponds to an Intersection of Data Ranges in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 List<? extends ElkDataRange> getDataRanges()
          Get the list of data ranges that this expression refers to.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkDataRange
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getDataRanges

List<? extends ElkDataRange> getDataRanges()
Get the list of data ranges that this expression refers to. The order of data ranges does not affect the semantics but it is relevant to the syntax of OWL.

Returns:
list of data ranges


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