uk.ac.manchester.cs.owl
Class OWLDataRangeFacetRestrictionImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by 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


Constructor Summary
OWLDataRangeFacetRestrictionImpl(OWLDataFactory dataFactory, OWLRestrictedDataRangeFacetVocabulary facet, OWLTypedConstant facetValue)
           
 
Method Summary
<O> O
accept(OWLDataVisitorEx<O> visitor)
           
 void accept(OWLObjectVisitor visitor)
           
<O> O
accept(OWLObjectVisitorEx<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 class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, equals, getOWLDataFactory, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OWLDataRangeFacetRestrictionImpl

public OWLDataRangeFacetRestrictionImpl(OWLDataFactory dataFactory,
                                        OWLRestrictedDataRangeFacetVocabulary facet,
                                        OWLTypedConstant facetValue)
Method Detail

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