public final class MPPTimephasedBaselineCostNormaliser extends Object implements TimephasedNormaliser<TimephasedCost>
| Modifier and Type | Field and Description |
|---|---|
static MPPTimephasedBaselineCostNormaliser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
normalise(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedCost> 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.
|
public static final MPPTimephasedBaselineCostNormaliser INSTANCE
public void normalise(ProjectCalendar calendar, TimePeriodEntity parent, List<TimephasedCost> list)
normalise in interface TimephasedNormaliser<TimephasedCost>parent - parent entitylist - list of timephased datacalendar - calendar context for normalisationCopyright © 2000–2025 MPXJ. All rights reserved.