public abstract class AbstractTimephasedWorkNormaliser extends Object implements TimephasedNormaliser<TimephasedWork>
Constructor and Description |
---|
AbstractTimephasedWorkNormaliser() |
Modifier and Type | Method and Description |
---|---|
protected void |
convertToHours(List<TimephasedWork> list)
Converts duration values from minutes to hours.
|
protected void |
mergeSameWork(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedWork> list)
Merges individual days together into time spans where the
same work is undertaken each day.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
normalise
protected void mergeSameWork(ProjectCalendar calendar, TimePeriodEntity parent, List<TimephasedWork> list)
calendar
- effective calendar for the timephased dataparent
- parent entitylist
- timephased dataprotected void convertToHours(List<TimephasedWork> list)
list
- timephased dataCopyright © 2000–2024 Packwood Software. All rights reserved.