public abstract class MPPAbstractTimephasedWorkNormaliser extends AbstractTimephasedWorkNormaliser
Constructor and Description |
---|
MPPAbstractTimephasedWorkNormaliser() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
mergeSameDay(ProjectCalendar calendar,
List<TimephasedWork> list)
This method merges together timephased data for the same day.
|
void |
normalise(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedWork> list)
This method converts the internal representation of timephased
data used by MS Project into a standardised
format to make it easy to work with.
|
convertToHours, mergeSameWork
public void normalise(ProjectCalendar calendar, TimePeriodEntity parent, List<TimephasedWork> list)
parent
- parent entitylist
- list of timephased datacalendar
- calendar context for normalisationprotected abstract void mergeSameDay(ProjectCalendar calendar, List<TimephasedWork> list)
calendar
- current calendarlist
- timephased dataCopyright © 2000–2024 Packwood Software. All rights reserved.