Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Team
Packages that use Team
Package
Description
-
Uses of Team in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend declared as TeamFields in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with type parameters of type TeamMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return TeamModifier and TypeMethodDescriptionTeamRegister.findTeamBasedOnTeamName(String teamName) This method finds a team based on the team's name from the register.Match.getLoser()This method returns the losing team of the given matchMatch.getTeam1()a getMethod for getting the first team registeredMatch.getTeam2()a getMethod for getting the second team registeredMatch.getWinner()Gets winning teamMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamRegister.getListTeams()method that gets a list of all teamsTournament.getRoundTeamList()This method retrieves the list of winning teams for each round.TeamRegister.getTeams()This method retrieves the map of teams.Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with parameters of type TeamModifier and TypeMethodDescriptionvoidThis method adds two teams to the matchbooleanThis method adds a team to the map, as long as it doesn't already existbooleanTeamRegister.removeTeam(Team team) This method removes a team from the team register.Constructors in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with parameters of type TeamModifierConstructorDescriptionMatch(LocalDateTime startTime, int roundNum, Team team1, Team team2, int matchID, int numField) Initializes a new Match object with necessary variables. -
Uses of Team in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with type parameters of type TeamModifier and TypeFieldDescriptionTeamRegisterController.numPlayerColumnTeamRegisterController.phoneNumColumnTeamRegisterController.placeColumnTeamRegisterController.teamLeaderColumnTeamRegisterController.teamNameColumnprivate javafx.scene.control.TableView<Team>TeamRegisterController.teamTableView