Document class so it's easier to understand purpose
FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
parent
7c88e71722
commit
dd03e4ea35
1 changed files with 14 additions and 0 deletions
|
|
@ -286,6 +286,20 @@ public abstract class ResourceAllocation<T extends DayAssignment> extends
|
|||
return new HoursAllocationSpecified(hoursModifications);
|
||||
}
|
||||
|
||||
/**
|
||||
* Needed for doing fluent interface calls:
|
||||
* <ul>
|
||||
* <li>
|
||||
* {@link ResourceAllocation#allocatingHours(List)}.
|
||||
* {@link HoursAllocationSpecified#allocateUntil(LocalDate)
|
||||
* allocateUntil(LocalDate)}</li>
|
||||
* <li>
|
||||
* {@link ResourceAllocation#allocatingHours(List)}.
|
||||
* {@link HoursAllocationSpecified#allocate() allocate()}</li>
|
||||
* </li>
|
||||
* </ul>
|
||||
*
|
||||
*/
|
||||
public static class HoursAllocationSpecified {
|
||||
|
||||
private final List<HoursModification> hoursModifications;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue