org.semanticweb.owl.model
Interface OWLDataRangeFacetRestriction
- All Superinterfaces: 
 - java.lang.Comparable<OWLObject>, OWLObject
 
- All Known Implementing Classes: 
 - OWLDataRangeFacetRestrictionImpl
 
public interface OWLDataRangeFacetRestriction
- extends OWLObject
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 11-Jan-2007
 A facet restriction is used to restrict a particular data range.  For
 example the set of integers greater than 18 can be obtained by restricting
 the integer datatype using a minExclusive facet with a value of 18
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
getFacet
OWLRestrictedDataRangeFacetVocabulary getFacet()
- Gets the restricting facet for this facet restriction
 
 
 
getFacetValue
OWLTypedConstant getFacetValue()
- Gets the corresponding facet value for this facet restriction
 
 
 
accept
<O> O accept(OWLDataVisitorEx<O> visitor)