net.sf.mpxj
Interface TimephasedCostNormaliser

All Known Implementing Classes:
MPPTimephasedBaselineCostNormaliser

public interface TimephasedCostNormaliser

Classes implementing this interface are used to normalise timephased resource assignment data.


Field Summary
static Duration DEFAULT_NORMALIZER_WORK_PER_DAY
           
 
Method Summary
 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.
 

Field Detail

DEFAULT_NORMALIZER_WORK_PER_DAY

static final Duration DEFAULT_NORMALIZER_WORK_PER_DAY
Method Detail

normalise

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.

Parameters:
calendar - current calendar
list - list of assignment data


Copyright © 2012. All Rights Reserved.