Uses of Class
edu.ntnu.idatt1002.k2g05.models.games.Game
Packages that use Game
-
Uses of Game in edu.ntnu.idatt1002.k2g05.models.rounds
Methods in edu.ntnu.idatt1002.k2g05.models.rounds that return GameModifier and TypeMethodDescriptionQualificationRound.getGameByPlayer
(Player player) Method for getting a Game given the player that has played it.Methods in edu.ntnu.idatt1002.k2g05.models.rounds that return types with arguments of type GameModifier and TypeMethodDescriptionQualificationRound.getAllGames()
Method for getting all the games in the roundQualificationRound.getGamesByNameSearch
(String search, int threshold) Method for returning a list over results given a search query by name.QualificationRound.getTopGames
(int n) Method for getting the top n games in the round, "top" is defined by the sum that the game has If the n-th player and the n+1-th player has the same point score it will be up to the previous sorted arrangement of the games.Methods in edu.ntnu.idatt1002.k2g05.models.rounds with parameters of type GameModifier and TypeMethodDescriptionboolean
Method for adding game to the round.boolean
QualificationRound.removeGame
(Game game) Removes the first occurrence of a game from this round, if it is present.