Uses of Record Class
edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils.PlayerPair
Packages that use PlayerPair
-
Uses of PlayerPair in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils
Methods in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils that return types with arguments of type PlayerPairModifier and TypeMethodDescriptionMatchColumn.getAllPlayerPairs()
Method for getting all the Player Pairs.Methods in edu.ntnu.idatt1002.k2g05.controllers.opentournament.utils with parameters of type PlayerPairModifier and TypeMethodDescriptionvoid
MatchColumn.addPlayerPairAndMatch
(PlayerPair playerPair, Match match) Method for adding a Player Pair and a correlated match.void
MatchColumn.addPlayerPairAndNode
(PlayerPair playerPair, javafx.scene.Node node) Method for adding a Player and a correlated node.boolean
MatchColumn.containsPlayerPair
(PlayerPair pair) Checks if the Match Column contains a given player pairvoid
MatchColumn.createMatchPair
(PlayerPair playerPair, Match match) Method for creating a match pair given a player pair and a match.MatchColumn.getMatchPairByPlayerPair
(PlayerPair pair) Method for getting the correlating MatchPair given the player pair