Uses of Class
org.semanticweb.HermiT.datatypes.datetime.DateTimeInterval

Packages that use DateTimeInterval
org.semanticweb.HermiT.datatypes.datetime   
 

Uses of DateTimeInterval in org.semanticweb.HermiT.datatypes.datetime
 

Fields in org.semanticweb.HermiT.datatypes.datetime declared as DateTimeInterval
protected static DateTimeInterval DateTimeDatatypeHandler.INTERVAL_ALL_WITH_TIMEZONE
           
protected static DateTimeInterval DateTimeDatatypeHandler.INTERVAL_ALL_WITHOUT_TIMEZONE
           
 

Fields in org.semanticweb.HermiT.datatypes.datetime with type parameters of type DateTimeInterval
protected  java.util.List<DateTimeInterval> DateTimeValueSpaceSubset.m_intervals
           
 

Methods in org.semanticweb.HermiT.datatypes.datetime that return DateTimeInterval
protected  DateTimeInterval[] DateTimeDatatypeHandler.getIntervalsFor(DatatypeRestriction datatypeRestriction)
           
 DateTimeInterval DateTimeInterval.intersectWith(DateTimeInterval that)
          Computes the intersection of this interval with the supplied one.
 

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

Constructors in org.semanticweb.HermiT.datatypes.datetime with parameters of type DateTimeInterval
DateTimeValueSpaceSubset(DateTimeInterval interval1, DateTimeInterval interval2)
           
 

Constructor parameters in org.semanticweb.HermiT.datatypes.datetime with type arguments of type DateTimeInterval
DateTimeValueSpaceSubset(java.util.List<DateTimeInterval> intervals)