Package net.sourceforge.plantuml.project
Class OpenClose
java.lang.Object
net.sourceforge.plantuml.project.OpenClose
- All Implemented Interfaces:
Histogram
,TimeLine
,LoadPlanable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
final Day
int
long
getNext
(long moment) long
getPrevious
(long moment) long
getValueAt
(long moment) boolean
void
final void
setCalendar
(Day calendar)
-
Constructor Details
-
OpenClose
public OpenClose()
-
-
Method Details
-
daysInWeek
public int daysInWeek() -
isClosed
-
close
-
close
-
open
-
getCalendar
-
setCalendar
-
getNext
public long getNext(long moment) -
getPrevious
public long getPrevious(long moment) - Specified by:
getPrevious
in interfaceTimeLine
-
getValueAt
public long getValueAt(long moment) - Specified by:
getValueAt
in interfaceHistogram
-
getLoadAt
- Specified by:
getLoadAt
in interfaceLoadPlanable
-