Uses of Class
pulling.availability_predection.TimeStamp

Packages that use TimeStamp
pulling.availability_predection   
 

Uses of TimeStamp in pulling.availability_predection
 

Methods in pulling.availability_predection that return TimeStamp
static TimeStamp TimeStamp.getTimeStamp(java.util.GregorianCalendar cal)
           
 

Methods in pulling.availability_predection with parameters of type TimeStamp
 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.