org.semanticweb.owl.model
Interface OWLDataRangeRestriction
- All Superinterfaces: 
 - java.lang.Comparable<OWLObject>, OWLDataRange, OWLObject, OWLPropertyRange
 
- All Known Implementing Classes: 
 - OWLDataRangeRestrictionImpl
 
public interface OWLDataRangeRestriction
- extends OWLDataRange
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 24-Oct-2006
 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
getDataRange
OWLDataRange getDataRange()
- Gets the data range that this data range restricts.
 
 
 
getFacetRestrictions
java.util.Set<OWLDataRangeFacetRestriction> getFacetRestrictions()
- Gets the facet restrictions on this data range
 
- Returns:
 - A 
Set of facet restrictions that apply to
 this data range