net.sf.mpxj.mpp
Class MPPTimephasedBaselineCostNormaliser
java.lang.Object
net.sf.mpxj.mpp.MPPTimephasedBaselineCostNormaliser
- All Implemented Interfaces:
- TimephasedCostNormaliser
public class MPPTimephasedBaselineCostNormaliser
- extends Object
- implements TimephasedCostNormaliser
Common implementation detail for normalisation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MPPTimephasedBaselineCostNormaliser
public MPPTimephasedBaselineCostNormaliser()
normalise
public 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.
- Specified by:
normalise in interface TimephasedCostNormaliser
- Parameters:
calendar - current calendarlist - list of assignment data
mergeSameCost
protected void mergeSameCost(LinkedList<TimephasedCost> list)
- This method merges together assignment data for the same cost.
- Parameters:
list - assignment data
Copyright © 2012. All Rights Reserved.