Uses of Class
com.dna.jopt.member.unit.hours.TimeWindow
Packages that use TimeWindow
-
Uses of TimeWindow in com.dna.jopt.member.unit.hours
Fields in com.dna.jopt.member.unit.hours with type parameters of type TimeWindowModifier and TypeFieldDescriptionstatic final Comparator<TimeWindow>
TimeWindow.START
The Comparator for START.Methods in com.dna.jopt.member.unit.hours that return TimeWindowModifier and TypeMethodDescriptionAbstractDutyHours.getTimeWindow()
IDutyHours.getTimeWindow()
Gets the time window.Methods in com.dna.jopt.member.unit.hours that return types with arguments of type TimeWindowModifier and TypeMethodDescriptionstatic List<TimeWindow>
TimeWindow.validateOverlapAndSort
(List<TimeWindow> windows) Validate overlap and sort by start.Methods in com.dna.jopt.member.unit.hours with parameters of type TimeWindowModifier and TypeMethodDescriptionint
TimeWindow.compareTo
(TimeWindow o) static String
TimeWindow.getAsString
(TimeWindow hours, ZoneId zoneId) Gets the beginning hours and the end hours in the formatdd.MM.yyyy HH:mm:ss
and the zoneId.static boolean
TimeWindow.hasOverlap
(TimeWindow w1, TimeWindow w2) Checks for overlap.boolean
TimeWindow.hasSameStartAndEnd
(TimeWindow o) Checks ifgetHoursBeginInMillis()
andgetHoursEndInMillis()
are the same as the one of the input.Method parameters in com.dna.jopt.member.unit.hours with type arguments of type TimeWindowModifier and TypeMethodDescriptionstatic List<TimeWindow>
TimeWindow.validateOverlapAndSort
(List<TimeWindow> windows) Validate overlap and sort by start.Constructors in com.dna.jopt.member.unit.hours with parameters of type TimeWindowModifierConstructorDescriptionAbstractDutyHours
(TimeWindow window) OpeningHours
(TimeWindow window) OpeningHours
(TimeWindow access, TimeWindow service) OpeningHours
(TimeWindow access, List<TimeWindow> services) WorkingHours
(TimeWindow window) Constructor parameters in com.dna.jopt.member.unit.hours with type arguments of type TimeWindow