Uses of Interface
appointmentplanner.api.TimeSlot
-
Uses of TimeSlot in appointmentplanner.api
Subinterfaces of TimeSlot in appointmentplanner.apiModifier and TypeInterfaceDescriptioninterface
Appointment that is scheduled using the appointment planner.Methods in appointmentplanner.api that return types with arguments of type TimeSlotModifier and TypeMethodDescriptionLocalDayPlan.findGapsFitting
(Duration duration) This method finds all time gaps that can accommodate an appointment of the given duration in natural order.LocalDayPlan.findMatchingFreeSlotsOfDuration
(Duration duration, List<LocalDayPlan> plans) Find matching free time slots in this and other TimeLines.Methods in appointmentplanner.api with parameters of type TimeSlot