You are on page 1of 1

Tracks

- TrackID : int
- Tracks : arrayList<Track>
- TrackListName : String
- Mood : String

+ Track(String description, String name)


+ GetAlbum()
+ GetArtist()
+ GetPlaylist()
+ UpdateTag(String trackName, String tagName, int decision)

<<uses>>

User
- UserID : int
- Name : String Device
- Username : String
- Password : String
+ CheckCredentials(String Username, String Password) + retrieveMood() : String
+ takePhoto() + generatePlaylist(String mood)
+ moodSelect() + setCountdown(int mint)
+ approveMood(String Mood)
+ editTag()
+ setTimer(int mint)

AccessPictrure

+ ClickPhoto()
+ ScanImage()
<<uses>> + DetectFace()
+ ExtractFeature()

MusicPlayerControls
- Current_state : int
- Played : int
- Paused : int
+ play()
+ pause()
+nextTrack()

You might also like