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.STARTThe 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 TypeMethodDescriptionintTimeWindow.compareTo(TimeWindow o) static StringTimeWindow.getAsString(TimeWindow hours, ZoneId zoneId) Gets the beginning hours and the end hours in the formatdd.MM.yyyy HH:mm:ssand the zoneId.static booleanTimeWindow.hasOverlap(TimeWindow w1, TimeWindow w2) Checks for overlap.booleanTimeWindow.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