Uses of Class
org.semanticweb.HermiT.datatypes.doublenum.DoubleInterval

Packages that use DoubleInterval
org.semanticweb.HermiT.datatypes.doublenum   
 

Uses of DoubleInterval in org.semanticweb.HermiT.datatypes.doublenum
 

Fields in org.semanticweb.HermiT.datatypes.doublenum with type parameters of type DoubleInterval
protected  java.util.List<DoubleInterval> NoNaNDoubleSubset.m_intervals
           
 

Methods in org.semanticweb.HermiT.datatypes.doublenum that return DoubleInterval
protected  DoubleInterval DoubleDatatypeHandler.getIntervalFor(DatatypeRestriction datatypeRestriction)
           
 DoubleInterval DoubleInterval.intersectWith(DoubleInterval that)
          Computes the intersection of this interval with the supplied one.
 

Methods in org.semanticweb.HermiT.datatypes.doublenum with parameters of type DoubleInterval
 DoubleInterval DoubleInterval.intersectWith(DoubleInterval that)
          Computes the intersection of this interval with the supplied one.
 

Constructors in org.semanticweb.HermiT.datatypes.doublenum with parameters of type DoubleInterval
NoNaNDoubleSubset(DoubleInterval interval)
           
 

Constructor parameters in org.semanticweb.HermiT.datatypes.doublenum with type arguments of type DoubleInterval
NoNaNDoubleSubset(java.util.List<DoubleInterval> intervals)