Package | Description |
---|---|
be.ac.ulb.infof307.g02.models | |
be.ac.ulb.infof307.g02.views |
Modifier and Type | Field and Description |
---|---|
private Time |
TimeSlot.closeTime |
private Time |
FilterData.openingTime
A time during which the shops must be open
|
private Time |
TimeSlot.openTime |
Modifier and Type | Method and Description |
---|---|
Time |
TimeSlot.getCloseTime() |
Time |
FilterData.getOpeningTime() |
Time |
TimeSlot.getOpenTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
TimeSlot.contains(Time time)
Checks if a given time is in the TimeSlot
|
private void |
ShopFilterer.filterShopsByTime(Time time)
Removes the shops that aren't open at the given time
|
boolean |
Time.isAfter(Time other) |
Constructor and Description |
---|
FilterData(java.lang.String name,
int maxDistance,
java.util.List<Day> openingDays,
Time openingTime,
java.util.List<Product> productList) |
Time(Time otherTime)
Copy constructor
|
TimeSlot(Time openTime,
Time closeTime) |
Modifier and Type | Method and Description |
---|---|
private Time |
MapView.getTimeFromPicker()
Gets the time that the user has selected
|