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

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

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

Fields in org.semanticweb.HermiT.datatypes.datetime declared as BoundType
protected  BoundType DateTimeInterval.m_lowerBoundType
           
protected  BoundType DateTimeInterval.m_upperBoundType
           
 

Methods in org.semanticweb.HermiT.datatypes.datetime that return BoundType
 BoundType BoundType.getComplement()
           
static BoundType BoundType.getMoreRestrictive(BoundType boundType1, BoundType boundType2)
           
static BoundType BoundType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoundType[] BoundType.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 BoundType
static BoundType BoundType.getMoreRestrictive(BoundType boundType1, BoundType boundType2)
           
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 BoundType
DateTimeInterval(IntervalType intervalType, long lowerBound, BoundType lowerBoundType, long upperBound, BoundType upperBoundType)