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.
|
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. |
DEFAULT_NORMALIZER_WORK_PER_DAY
static final Duration DEFAULT_NORMALIZER_WORK_PER_DAY
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 calendarlist - list of assignment data
Copyright © 2012. All Rights Reserved.