Index
All Classes and Interfaces|All Packages
F
- FileManager - Class in edu.ntnu.idatt1002.k01g08.fta.util
-
Contains static methods for reading and writing teams and tournaments to JSON files.
- FileManager() - Constructor for class edu.ntnu.idatt1002.k01g08.fta.util.FileManager
- findUpcomingMatches() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.KnockOut
-
Finds what matches are going to be played, then places them in the upcomingMatches-list.
- findUpcomingMatches() - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
-
Abstract method for generating the next set of matches Will be called if there are no planned matches yet more teams left
- Foul - Class in edu.ntnu.idatt1002.k01g08.fta.objects.events
-
Class representing a specific type of GameEvent called Foul The Foul has a String for a foulTag, this can be a brief description, for example: 'Hands' The Foul contains information about at what point in match time occurred, this information is stored as a String timeStampOfMatchTime.
- Foul(String, String, Player, Team, int) - Constructor for class edu.ntnu.idatt1002.k01g08.fta.objects.events.Foul
-
Constructor of the Foul class The constructor takes parameters for all attributes of the class
All Classes and Interfaces|All Packages