public interface TimephasedWorkNormaliser
| Modifier and Type | Field and Description |
|---|---|
static Duration |
DEFAULT_NORMALIZER_WORK_PER_DAY |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final Duration DEFAULT_NORMALIZER_WORK_PER_DAY
void normalise(ProjectCalendar calendar, LinkedList<TimephasedWork> list)
calendar - current calendarlist - list of assignment dataCopyright © 2013. All Rights Reserved.