- getAllRecords() - Method in class com.example.datamanagement.DataAssembler
-
This function returns a list of all the records in the database
- getArtist() - Method in class com.example.datamanagement.Record
-
This returns the Artist of the Record
- getGenre() - Method in class com.example.datamanagement.Record
-
This returns the Genre of the Record
- getHeartRate() - Method in class com.example.datamanagement.Record
-
This returns the heart rate of the Record.
- getRecordsCount() - Method in class com.example.datamanagement.DataAssembler
-
This function the total number of Record objects in the database
- getSong() - Method in class com.example.datamanagement.Record
-
This returns the Song of the Record
- getTimeStamp() - Method in class com.example.datamanagement.Record
-
This returns the time stamp of the Record.
- graph_button - Static variable in class com.example.datamanagement.R.string
-
- graph_data - Static variable in class com.example.datamanagement.R.menu
-
- graphData(View) - Method in class com.example.datamanagement.MainActivity
-
The graphData function is called when the Graph button is pressed; it initiates the activity which graphs the data
- GraphDataActivity - Class in com.example.datamanagement
-
The GraphDataActivity runs the script to test the graphing when the Graph button is pressed.
- GraphDataActivity() - Constructor for class com.example.datamanagement.GraphDataActivity
-