Index

A B C D E F G H I K L M N O P R S T U 
All Classes and Interfaces|All Packages

G

GameEvent - Class in edu.ntnu.idatt1002.k01g08.fta.objects.events
Represents a game event which occurs during match-time Is an abstract superclass describing the commonalities of all subclasses.
GameEvent(Player, Team, String) - Constructor for class edu.ntnu.idatt1002.k01g08.fta.objects.events.GameEvent
Constructor to instantiate an object of a subclass of the 'GameEvent'
getActiveMatch() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the current active match
getActiveStyle() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the active style
getActiveTournament() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the active tournament
getAssistingPlayer() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Goal
Accessor method to get the assisting player of this goal
getAssists() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the number of assists for this player
getAwayTeam() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the away team for this match
getAwayTeamScore() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the score (number of goals) of the away team in this match
getCurrentMatch() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the match currently being played
getCurrentReportedMatch() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the current reported match
getEvent() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Foul
GetEvent method to return a string description of this Foul event
getEvent() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.GameEvent
Forces subclasses to define an implementation of a string describing the event
getEvent() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Goal
GetEvent method to get a full description of the Goal event
getEvent() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Substitution
GetEvent method to get a string description of the event
getFirstPrize() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the prize which the winner will receive
getFoulTag() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Foul
Accessor method to get the tag of this foul
getGameEvent(int) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the game event at the specified position in the match history.
getGoals() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the number of scored goals for this player
getHomeTeam() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the home team for this match
getHomeTeamScore() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the score (number of goals) of the home team in this match
getLastGameEvent() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the very last game event from the match history.
getLastGameEvent(int) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the game event at the specified position in the match history, counted from the last event.
getLengthOfHalf() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the length of one half match.
getLoader(String) - Static method in class edu.ntnu.idatt1002.k01g08.fta.util.SceneManager
Retrieves the FXML loader
getMatches() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding all finished matches
getMatchHistorySize() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
 
getMatchLength() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the planned match time This is the length of the match in its entirety, so halftime starts at the middle of the inputted time
getName() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the name of this player
getName() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Team
Returns the name of this team.
getNextMatch() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the next scheduled match
getNumber() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the squad number of this player
getNumberOfTeams() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding how many teams who will participate in the tournament
getNumberOfTeams() - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TeamRegister
Find the number of teams in the register
getNumberOfTournaments() - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TournamentRegister
Accessor method that to get the number of tournaments in the register
getNumOfPlayersToCreate() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for returning the amount of players to create
getNumOfTeamsToAdd() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the amount of teams to add to a tournamnt
getPlayer() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.GameEvent
Returns the player who is associated with this game event
getPlayer(int) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Team
Returns the player with the given squad number.
getPlayerIn() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Substitution
Accessor method to get the player that is substituted in this Substitution
getPlayerOut() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Substitution
Accessor method to get the player that is subbed out in this Substitution
getPlayerStrings(String) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving every player in a team
getRedCard() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Foul
Accessor method to get the amount of red cards given with this foul
getRedCards() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the number of red cards for this player
getScene() - Static method in class edu.ntnu.idatt1002.k01g08.fta.util.SceneManager
Retrieves a scene
getStage() - Static method in class edu.ntnu.idatt1002.k01g08.fta.util.SceneManager
Retrieves a stage
getStartDate() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the date of the tournament
getTeam() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.GameEvent
Returns the team that is associated with this game event
getTeam(boolean) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the team correspending to the entered boolean.
getTeam(String) - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TeamRegister
Method for retrieving a specific team from the register
getTeamNames() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the names of every team in the register
getTeams() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding all teams in the tournament
getTeams() - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TeamRegister
Method for retrieving the teams in the register
getTeams(ArrayList<String>) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the teams when creating a tournament
getTimeStampOfMatchTime() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.GameEvent
Returns the string of a timestamp referring to when the game event occurred during a match
getTournamentList() - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TournamentRegister
Accessor method to get the tournamentList
getTournamentName() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the name of the tournament
getTournamentNames() - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
Method for retrieving the teams names in a tournament
getUpcomingMatches() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding all planned matches
getWinner() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
Returns the winner of this match, if the match is finished.
getWinner() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
Method for finding the team which won the tournament
getYellowCard() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.events.Foul
Accessor method to get the amount of yellow cards given with this foul
getYellowCards() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Player
Returns the number of yellow cards for this player
Goal - Class in edu.ntnu.idatt1002.k01g08.fta.objects.events
Class representing a goal scored in a match.
Goal(Player, Team, String) - Constructor for class edu.ntnu.idatt1002.k01g08.fta.objects.events.Goal
Second constructor to instantiate a Goal without an assistingPlayer
Goal(Player, Team, String, Player) - Constructor for class edu.ntnu.idatt1002.k01g08.fta.objects.events.Goal
First constructor to instantiate specific Goals
goToLastScene() - Static method in class edu.ntnu.idatt1002.k01g08.fta.util.SceneManager
Method for going to the last scene
A B C D E F G H I K L M N O P R S T U 
All Classes and Interfaces|All Packages