Uses of Class
pulling.availability_predection.WeekDay

Packages that use WeekDay
pulling   
pulling.availability_predection   
 

Uses of WeekDay in pulling
 

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

Uses of WeekDay in pulling.availability_predection
 

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

Methods in pulling.availability_predection with parameters of type WeekDay
 double AvailabilityLogger.getReading(int ageRank, WeekDay wd, TimeStamp ts)
          This method reads a reading for a specific entry at specific age.
 void AvailabilityLogger.insertNewReading(double reading, WeekDay wd, TimeStamp ts)
          This method set a new reading for a specific entry and age the rest of the readings by 1
 void AvailabilityLogger.setReadingQuick(double reading, int ageRank, WeekDay wd, TimeStamp ts)
          This method set a reading for a specific entry at specific age.