Uses of Class
pulling.availability_predection.Hour

Packages that use Hour
pulling   
pulling.availability_predection   
 

Uses of Hour in pulling
 

Methods in pulling with parameters of type Hour
static void Testing.setReadingQuick(double reading, int ageRank, WeekDay wd, Hour hr)
           
 

Uses of Hour in pulling.availability_predection
 

Methods in pulling.availability_predection that return Hour
static Hour Hour.getHour(java.util.Calendar calendar)
          Simple Mapping between java.util.Calendar and WeekDay enumeration
static Hour Hour.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Hour[] Hour.values()
          Returns an array containing the constants of this enum type, in the order they're declared.