net.sf.mpxj
Interface TimephasedWorkNormaliser

All Known Implementing Classes:
AbstractTimephasedWorkNormaliser, MPPAbstractTimephasedWorkNormaliser, MPPTimephasedBaselineWorkNormaliser, MPPTimephasedWorkNormaliser, MSPDITimephasedWorkNormaliser

public interface TimephasedWorkNormaliser

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<TimephasedWork> 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<TimephasedWork> 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.