uk.ac.manchester.cs.owl
Class OWLDataRangeFacetRestrictionImpl
java.lang.Object
  
uk.ac.manchester.cs.owl.OWLObjectImpl
      
uk.ac.manchester.cs.owl.OWLDataRangeFacetRestrictionImpl
- All Implemented Interfaces: 
 - java.lang.Comparable<OWLObject>, OWLDataRangeFacetRestriction, OWLObject
 
public class OWLDataRangeFacetRestrictionImpl
- extends OWLObjectImpl
- implements OWLDataRangeFacetRestriction
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 11-Jan-2007
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
OWLDataRangeFacetRestrictionImpl
public OWLDataRangeFacetRestrictionImpl(OWLDataFactory dataFactory,
                                        OWLRestrictedDataRangeFacetVocabulary facet,
                                        OWLTypedConstant facetValue)
getFacet
public OWLRestrictedDataRangeFacetVocabulary getFacet()
- Gets the restricting facet for this facet restriction
- Specified by:
 getFacet in interface OWLDataRangeFacetRestriction
 
 
 
getFacetValue
public OWLTypedConstant getFacetValue()
- Gets the corresponding facet value for this facet restriction
- Specified by:
 getFacetValue in interface OWLDataRangeFacetRestriction
 
 
 
accept
public void accept(OWLObjectVisitor visitor)
- Specified by:
 accept in interface OWLObject
 
 
accept
public <O> O accept(OWLDataVisitorEx<O> visitor)
- Specified by:
 accept in interface OWLDataRangeFacetRestriction
 
 
accept
public <O> O accept(OWLObjectVisitorEx<O> visitor)
- Specified by:
 accept in interface OWLObject