T - timephased data typepublic interface TimephasedNormaliser<T>
| Modifier and Type | Method and Description |
|---|---|
void |
normalise(ProjectCalendar calendar,
TimePeriodEntity parent,
List<T> 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.
|
void normalise(ProjectCalendar calendar, TimePeriodEntity parent, List<T> list)
calendar - calendar context for normalisationparent - parent entitylist - list of assignment dataCopyright © 2000–2026 MPXJ. All rights reserved.