MPXJ: Microsoft Project Exchange

net.sf.mpxj
Class SplitTaskFactory

Package class diagram package SplitTaskFactory
java.lang.Object
  extended by net.sf.mpxj.SplitTaskFactory

public final class SplitTaskFactory
extends java.lang.Object

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


Constructor Summary
SplitTaskFactory()
           
 
Method Summary
 void processSplitData(Task task, java.util.List<TimephasedResourceAssignment> timephasedComplete, java.util.List<TimephasedResourceAssignment> 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,
                             java.util.List<TimephasedResourceAssignment> timephasedComplete,
                             java.util.List<TimephasedResourceAssignment> 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 © 2000-2009 Packwood Software. All Rights Reserved.