- table - Variable in class be.ac.ulb.infof307.g02.views.ShowResultView
-
- targetShop - Variable in class be.ac.ulb.infof307.g02.controllers.ImportArticlesController
-
The shop in which the articles need to be imported
- template - Variable in class be.ac.ulb.infof307.g02.views.MapComponent
-
The HTML and JavaScript code that runs in the WebView
- TEST_DATABASE_PATH - Static variable in class be.ac.ulb.infof307.g02.constants.Constants
-
- thursdayCheckBox - Variable in class be.ac.ulb.infof307.g02.views.MapView
-
- Time - Class in be.ac.ulb.infof307.g02.models
-
Class representing a time (Hour:Minute)
- Time(int, int) - Constructor for class be.ac.ulb.infof307.g02.models.Time
-
- Time(Time) - Constructor for class be.ac.ulb.infof307.g02.models.Time
-
Copy constructor
- timePicker - Variable in class be.ac.ulb.infof307.g02.views.MapView
-
- TimeSlot - Class in be.ac.ulb.infof307.g02.models
-
Represents a period during which a store can be opened.
- TimeSlot(Time, Time) - Constructor for class be.ac.ulb.infof307.g02.models.TimeSlot
-
- timeSlots - Variable in class be.ac.ulb.infof307.g02.models.DaySchedule
-
A DaySchedule is divided into multiple TimeSlots
- TITLE - Static variable in class be.ac.ulb.infof307.g02.controllers.GroceryListSelectionController
-
The title that needs to be passed to the selectionView
- TITLE - Static variable in class be.ac.ulb.infof307.g02.controllers.RecipeSelectionController
-
The title that needs to be passed to the selectionView
- title - Variable in class be.ac.ulb.infof307.g02.views.GroceryListView
-
- title - Variable in class be.ac.ulb.infof307.g02.views.RecipeView
-
- title - Variable in class be.ac.ulb.infof307.g02.views.SelectionView
-
- TITLE_WINDOW - Static variable in class be.ac.ulb.infof307.g02.views.HelpView
-
- TO_KILO_MULTIPLIER - Static variable in class be.ac.ulb.infof307.g02.models.Product
-
- toByteArray(int) - Static method in class be.ac.ulb.infof307.g02.utils.Utils
-
- toByteArray(double) - Static method in class be.ac.ulb.infof307.g02.utils.Utils
-
- toCSV() - Static method in enum be.ac.ulb.infof307.g02.utils.Headers
-
- toList() - Method in class be.ac.ulb.infof307.g02.models.GroceryList
-
Transforms a GroceryList into an ArrayList of strings in which each
string contains the information of a GroceryList element.
- toObject(Pair<Product, Double>) - Method in class be.ac.ulb.infof307.g02.utils.ArticleConverter
-
- toObject(Pair<Product, Double>) - Method in class be.ac.ulb.infof307.g02.utils.ProductAmountConverter
-
- toObject(Pair<Product, Double>) - Method in interface be.ac.ulb.infof307.g02.utils.ProductDoublePairConverter
-
- toProductDoublePair(Article) - Method in class be.ac.ulb.infof307.g02.utils.ArticleConverter
-
- toProductDoublePair(ProductAmount) - Method in class be.ac.ulb.infof307.g02.utils.ProductAmountConverter
-
- toProductDoublePair(T) - Method in interface be.ac.ulb.infof307.g02.utils.ProductDoublePairConverter
-
- toString() - Method in class be.ac.ulb.infof307.g02.models.Product
-
- toString() - Method in class be.ac.ulb.infof307.g02.models.ProductAmount
-
- toString() - Method in class be.ac.ulb.infof307.g02.models.Shop
-
- toString() - Method in class be.ac.ulb.infof307.g02.models.TimeSlot
-
- tour - Variable in class be.ac.ulb.infof307.g02.models.BestTour
-
The list of positions for the best tour: the starting position, the position of each shop in the best tour
and the ending position.
- triggerTourReady(double, double, double, double) - Method in class be.ac.ulb.infof307.g02.views.MapComponent.Bridge
-
- tuesdayCheckBox - Variable in class be.ac.ulb.infof307.g02.views.MapView
-
- TWIG_PATH - Static variable in class be.ac.ulb.infof307.g02.constants.Constants
-
- twoDigits(int) - Method in class be.ac.ulb.infof307.g02.models.TimeSlot
-
Returns a two-digit version of the time.