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

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

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

Fields in org.semanticweb.HermiT.datatypes.datetime declared as IntervalType
protected  IntervalType DateTimeInterval.m_intervalType
           
 

Methods in org.semanticweb.HermiT.datatypes.datetime that return IntervalType
static IntervalType IntervalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IntervalType[] IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.semanticweb.HermiT.datatypes.datetime with parameters of type IntervalType
protected  boolean DateTimeInterval.isEqual(IntervalType intervalType, long lowerBound, BoundType lowerBoundType, long upperBound, BoundType upperBoundType)
           
protected static boolean DateTimeInterval.isIntervalEmpty(IntervalType intervalType, long lowerBound, BoundType lowerBoundType, long upperBound, BoundType upperBoundType)
           
 

Constructors in org.semanticweb.HermiT.datatypes.datetime with parameters of type IntervalType
DateTimeInterval(IntervalType intervalType, long lowerBound, BoundType lowerBoundType, long upperBound, BoundType upperBoundType)