Uses of Class
org.semanticweb.HermiT.model.AtomicDataRange

Packages that use AtomicDataRange
org.semanticweb.HermiT.model   
 

Uses of AtomicDataRange in org.semanticweb.HermiT.model
 

Subclasses of AtomicDataRange in org.semanticweb.HermiT.model
 class ConstantEnumeration
          A data range that consists of a given set of constants.
 class DatatypeRestriction
          A data range consisting of a datatype URI and a number of facet restrictions.
 class InternalDatatype
          Represents an internal datatype.
 

Fields in org.semanticweb.HermiT.model declared as AtomicDataRange
protected  AtomicDataRange AtomicNegationDataRange.m_negatedDataRange
           
 

Methods in org.semanticweb.HermiT.model that return AtomicDataRange
 AtomicDataRange AtomicNegationDataRange.getNegatedDataRange()
           
 

Methods in org.semanticweb.HermiT.model with parameters of type AtomicDataRange
static AtomicNegationDataRange AtomicNegationDataRange.create(AtomicDataRange negatedDataRange)
           
 

Constructors in org.semanticweb.HermiT.model with parameters of type AtomicDataRange
AtomicNegationDataRange(AtomicDataRange negatedDataRange)