Methods



IDForMoodName:

Abstract: Obtain the ID number for a given mood name.
- (int)IDForMoodName:(NSString *)moodName; 


IDStringForMoodName:

Abstract: Obtain the ID number for a given mood name as a string.
- (NSString *)IDStringForMoodName:(NSString *)moodName; 


highestMoodID

Abstract: Obtain the highest value mood ID.
- (int)highestMoodID; 


highestMoodIDString

Abstract: Obtain the highest value mood ID as a string.
- (NSString *)highestMoodIDString; 


init

Abstract: Initialize an LJMoods object.
- (id)init; 


moodNames

Abstract: Obtain a sorted array of all known moods.
- (NSArray *)moodNames; 


(Last Updated 2/17/2003)