- getActors() - Method in class Movie
-
Getter method to return the corresponding member variable.
- getAllMovies(String, String, String, String, String, String, String) - Method in class FileParser
-
- getAudienceScore() - Method in class Rating
-
Getter method to return the corresponding member variable.
- getAverageRating() - Method in class Rating
-
Returns the average rating between both the critics and the audience.
- getCriticScore() - Method in class Rating
-
Getter method to return the corresponding member variable.
- getDescriptions(List<Movie>) - Static method in class MovieLibrary
-
A movie description is defined as:
Title (one line)
genres (one line)
keywords (5 per line, one or more lines)
Use the provided helper method formatKeyWords to format the keywords.
- getFrequency() - Method in class KeyWord
-
Gets the int
instance representing the frequency.
- getGenres() - Method in class Movie
-
Getter method to return the corresponding member variable.
- getKeyWords() - Method in class Movie
-
Getter method to return the corresponding member variable.
- getLabel() - Method in class KeyWord
-
Gets the String
instance representing the keyword.
- getMovies() - Method in class MovieLibrary
-
Getter method for the corresponding member variable
- getNumAudience() - Method in class Rating
-
Getter method to return the corresponding member variable.
- getNumCritics() - Method in class Rating
-
Getter method to return the corresponding member variable.
- getRating() - Method in class Movie
-
Getter method to return the corresponding member variable.
- getTitle() - Method in class Movie
-
Getter method to return the corresponding member variable.
- getYear() - Method in class Movie
-
Getter method to return the corresponding member variable.