- failed(Exception) - Method in class uk.ac.newcastle.team22.usb.firebase.FirestoreCompletionHandler
-
Called when the Firestore operation has failed.
- FirebaseManager - Class in uk.ac.newcastle.team22.usb.firebase
-
A class which manages interaction and the sharing of data between the application and Firebase.
- FirestoreCompletionHandler<Response> - Class in uk.ac.newcastle.team22.usb.firebase
-
A Firestore operation completion handler.
- FirestoreCompletionHandler(int) - Constructor for class uk.ac.newcastle.team22.usb.firebase.FirestoreCompletionHandler
-
Constructor for Firestore Completion handler with watched operations.
- FirestoreCompletionHandler() - Constructor for class uk.ac.newcastle.team22.usb.firebase.FirestoreCompletionHandler
-
Constructor for Firestore Completion handler with no watched operations.
- FirestoreConstructable<T> - Interface in uk.ac.newcastle.team22.usb.firebase
-
An interface which declares an object as constructable from a Firestore document dictionary.
- FirestoreConstructable.InitialisationFailed - Exception in uk.ac.newcastle.team22.usb.firebase
-
- FirestoreDatabaseCollection - Enum in uk.ac.newcastle.team22.usb.firebase
-
A Firestore Database collection.
- Floor - Class in uk.ac.newcastle.team22.usb.coreUSB
-
A class which represents a floor in Urban Sciences Building.
- Floor() - Constructor for class uk.ac.newcastle.team22.usb.coreUSB.Floor
-
Empty constructor.
- Floor(int, int) - Constructor for class uk.ac.newcastle.team22.usb.coreUSB.Floor
-
Helper constructor for testing.
- Floor(int) - Constructor for class uk.ac.newcastle.team22.usb.coreUSB.Floor
-
Helper constructor for navigation and testing.
- formatRoomNumberCorrectly() - Method in class uk.ac.newcastle.team22.usb.ARoomShould
-
Assert room number can be formatted correctly given floor and initial room number.