Index

A C D G M R S U 
All Classes|All Packages

G

getAchievement() - Method in class User
Gets achievement progress of the user
getAchievementName() - Method in class Achievement
 
getAverageCalories(LocalDateTime, LocalDateTime, User) - Method in class Calendar
average number of calories burned from start to end date.
getAverageMiles(LocalDateTime, LocalDateTime, User) - Method in class Calendar
Calculates average miles ran by user from start to end date.
getCalendar() - Method in class User
Gets the user's calendar
getCalories() - Method in class Run
Getter method for myCalories
getJournal() - Method in class User
Gets a hashmap of all notes in coordinance with all dates in the journal
getMyBadges() - Method in class Achievement
 
getMyEndRunTime() - Method in class Run
Getter method for myEndRunTime
getMyFriends() - Method in class User
Gets list of all friends
getMyLeaderboard() - Static method in class Achievement
 
getMyPoints() - Method in class Achievement
 
getMyRunDistance() - Method in class Run
Getter method for myRunDistance
getMyRunDurSec() - Method in class Run
Getter method for myRunDurSec
getMyRuns() - Method in class User
Gets number of runs
getMyStartRunTime() - Method in class Run
Getter for myStartRunTime
getMyStreakNum() - Method in class Achievement
 
getMyTotalDistance() - Method in class User
Gets total distance ran
getMyUserName() - Method in class User
Gets the name of the user
getSecondDuration(LocalDateTime) - Method in class Run
Convert current time from hours, minutes, seconds, into seconds only Preconditions: LocalDateTime t contains the correct time Postconditions: The given time is presented in seconds
getTotalCalories(LocalDateTime, LocalDateTime, User) - Method in class Calendar
total the number of calories burned by user from start to end.
getTotalMiles(LocalDateTime, LocalDateTime, User) - Method in class Calendar
Calculate the total miles a user has run in a time interval.
A C D G M R S U 
All Classes|All Packages