Uses of Class
org.qriterium.dogma.DogmaTime

Packages that use DogmaTime
org.qriterium.dogma   
 

Uses of DogmaTime in org.qriterium.dogma
 

Methods in org.qriterium.dogma with parameters of type DogmaTime
 int DogmaTime.compareTo(DogmaTime t)
          Compares the time in current object with the given one.
 boolean DogmaTime.isBetween(DogmaTime s, DogmaTime e)
          Returns true if the current DogmaTime is between the given DogmaTimes.