Uses of Class
edu.ntnu.idatt1002.k2g05.models.games.Match
Packages that use Match
Package
Description
-
Uses of Match in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils
Methods in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils that return MatchModifier and TypeMethodDescriptionMatchPair.getMatchByPlayer
(Player player) Method for getting a match given the one of the players in the pair, one should check if the player is in the list before doing this.MatchPair.getOtherMatch
(Match match) Method for getting the other match in the match pair given a match.MatchPair.m1()
Returns the value of them1
record component.MatchPair.m2()
Returns the value of them2
record component.Methods in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils with parameters of type MatchModifier and TypeMethodDescriptionvoid
MatchColumn.addPlayerPairAndMatch
(PlayerPair playerPair, Match match) Method for adding a Player Pair and a correlated match.void
MatchColumn.createMatchPair
(PlayerPair playerPair, Match match) Method for creating a match pair given a player pair and a match.MatchPair.getOtherMatch
(Match match) Method for getting the other match in the match pair given a match.boolean
MatchPair.matchInPair
(Match match) Method for checking if a given match is in a pair.Constructors in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils with parameters of type Match -
Uses of Match in edu.ntnu.idatt1002.k2g05.models.games
Methods in edu.ntnu.idatt1002.k2g05.models.games that return types with arguments of type MatchMethods in edu.ntnu.idatt1002.k2g05.models.games with parameters of type MatchModifier and TypeMethodDescriptionboolean
Appends the specified match to the end of the matchGame's list.boolean
MatchGame.removeMatch
(Match match) Removes the first occurrence of a match from this matchGame, if it is present.