final boolean affectsCriticalPath(CalculationContext context)(Code)
Calculate a task's dates and see if the critical path changes. This means either: The task is currently critical, or the task becomes critical.
This function is useful in seeing whether a backward pass is necessary. The backward pass is only necessary when the CP is modified.
Parameters: honorRequiredDates - Parameters: boundary -
Calculate the date which predecessors(successors) push this task to start by looping thru all of its predecesors(succ) and choosing the max value
max date