public interface TimephasedWorkContainer
Modifier and Type | Method and Description |
---|---|
TimephasedWorkContainer |
applyFactor(double perDayFactor,
double totalFactor)
Create a new TimephasedWorkContainer duplicating the content of
this one and applying a scaling factor.
|
List<TimephasedWork> |
getData()
Retrieves the timephased data.
|
boolean |
hasData()
Indicates if any timephased data is present.
|
List<TimephasedWork> getData()
boolean hasData()
TimephasedWorkContainer applyFactor(double perDayFactor, double totalFactor)
perDayFactor
- per day factortotalFactor
- total factorCopyright © 2000–2024 Packwood Software. All rights reserved.