org.semanticweb.owlapi.model
Interface OWLNaryDataRange

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLDataRange, OWLObject, OWLPropertyRange, SWRLPredicate
All Known Subinterfaces:
OWLDataIntersectionOf, OWLDataUnionOf
All Known Implementing Classes:
OWLDataIntersectionOfImpl, OWLDataUnionOfImpl, OWLNaryDataRangeImpl

public interface OWLNaryDataRange
extends OWLDataRange

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009


Method Summary
 java.util.Set<OWLDataRange> getOperands()
           
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLDataRange
accept, accept, accept, accept, asOWLDatatype, getDataRangeType, isDatatype, isTopDatatype
 

Method Detail

getOperands

java.util.Set<OWLDataRange> getOperands()