Class LoadInDays
- java.lang.Object
-
- net.sourceforge.plantuml.project3.LoadInDays
-
- All Implemented Interfaces:
Complement
,Load
,Value
public class LoadInDays extends java.lang.Object implements Load
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFullLoad()
int
getLoadAt(Instant instant)
static LoadInDays
inDay(int days)
-
-
-
Method Detail
-
inDay
public static LoadInDays inDay(int days)
-
getFullLoad
public int getFullLoad()
- Specified by:
getFullLoad
in interfaceLoad
-
getLoadAt
public int getLoadAt(Instant instant)
-
-