net.sf.mpxj
Class SplitTaskFactory

java.lang.Object
  extended by net.sf.mpxj.SplitTaskFactory

public final class SplitTaskFactory
extends Object

This class contains methods to create lists of Dates representing task splits.


Constructor Summary
SplitTaskFactory()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitTaskFactory

public SplitTaskFactory()
Method Detail

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 task
timephasedComplete - completed resource assignment work
timephasedPlanned - planned resource assignment work


Copyright © 2012. All Rights Reserved.