public interface TimeSlotFactory
| Modifier and Type | Method and Description |
|---|---|
TimeSlot |
createTimeSlot(LocalDateTime start,
LocalDateTime end)
Constructs a time slot object.
|
TimeSlot createTimeSlot(LocalDateTime start, LocalDateTime end)
start - the start of the time slot where the condition start <= end
must be trueend - the end of the time slotCopyright © 2016 BFH. All rights reserved.