net.sf.mpxj.mspdi
Class MSPDITimephasedWorkNormaliser
java.lang.Object
net.sf.mpxj.AbstractTimephasedWorkNormaliser
net.sf.mpxj.mspdi.MSPDITimephasedWorkNormaliser
- All Implemented Interfaces:
- TimephasedWorkNormaliser
public class MSPDITimephasedWorkNormaliser
- extends AbstractTimephasedWorkNormaliser
Normalise timephased resource assignment data from an MSPDI file.
|
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSPDITimephasedWorkNormaliser
public MSPDITimephasedWorkNormaliser()
normalise
public 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.
- Specified by:
normalise in interface TimephasedWorkNormaliser- Specified by:
normalise in class AbstractTimephasedWorkNormaliser
- Parameters:
calendar - current calendarlist - list of assignment data
Copyright © 2012. All Rights Reserved.