org.semanticweb.owl.model
Interface OWLDataRangeFacetRestriction

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject

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


Method Summary
<O> O
accept(OWLDataVisitorEx<O> visitor)
           
 OWLRestrictedDataRangeFacetVocabulary getFacet()
          Gets the restricting facet for this facet restriction
 OWLTypedConstant getFacetValue()
          Gets the corresponding facet value for this facet restriction
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)