Package Model.ScheduleManagement
Class TimeSlotWithDoctor
java.lang.Object
Model.ScheduleManagement.TimeSlotWithDoctor
-
Constructor Summary
ConstructorDescriptionTimeSlotWithDoctor
(TimeSlot timeSlot, List<Staff> doctors, boolean[] availability) -
Method Summary
-
Constructor Details
-
TimeSlotWithDoctor
-
-
Method Details
-
setPatientBusy
public void setPatientBusy(boolean patientBusy) -
getTimeSlot
-
getDoctors
-
getAvailableDoctors
-
toString
-
isAvailable
public boolean isAvailable()
-