net.sf.mpxj
Class SplitTaskFactory
java.lang.Object
net.sf.mpxj.SplitTaskFactory
public final class SplitTaskFactory
- extends Object
This class contains methods to create lists of Dates representing
task splits.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitTaskFactory
public SplitTaskFactory()
processSplitData
public void processSplitData(Task task,
List<TimephasedWork> timephasedComplete,
List<TimephasedWork> timephasedPlanned)
- Process the timephased resource assignment data to work out the
split structure of the task.
- Parameters:
task - parent tasktimephasedComplete - completed resource assignment worktimephasedPlanned - planned resource assignment work
Copyright © 2012. All Rights Reserved.