Class OpenClose

    • Constructor Detail

      • OpenClose

        public OpenClose()
    • Method Detail

      • daysInWeek

        public int daysInWeek()
      • isClosed

        public boolean isClosed​(Day day)
      • close

        public void close​(DayOfWeek day)
      • close

        public void close​(Day day)
      • open

        public void open​(Day day)
      • getCalendar

        public final Day getCalendar()
      • setCalendar

        public final void setCalendar​(Day calendar)
      • getNext

        public long getNext​(long moment)
        Specified by:
        getNext in interface TimeLine
      • getPrevious

        public long getPrevious​(long moment)
        Specified by:
        getPrevious in interface TimeLine
      • getValueAt

        public long getValueAt​(long moment)
        Specified by:
        getValueAt in interface Histogram