public class MPPTimephasedBaselineCostNormaliser extends Object implements TimephasedCostNormaliser
| Constructor and Description |
|---|
MPPTimephasedBaselineCostNormaliser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
mergeSameCost(LinkedList<TimephasedCost> list)
This method merges together assignment data for the same cost.
|
void |
normalise(ProjectCalendar calendar,
LinkedList<TimephasedCost> list)
This method converts the internal representation of timephased
resource assignment data used by MS Project into a standardised
format to make it easy to work with.
|
public void normalise(ProjectCalendar calendar, LinkedList<TimephasedCost> list)
normalise in interface TimephasedCostNormalisercalendar - current calendarlist - list of assignment dataprotected void mergeSameCost(LinkedList<TimephasedCost> list)
list - assignment dataCopyright © 2013. All Rights Reserved.