RecalculateTaskCompletionPercentageAlgorithm alg4 = new RecalculateTaskCompletionPercentageAlgorithm() {
protected TaskContainmentHierarchyFacade createContainmentFacade() {
return TaskManagerImpl.this.getTaskHierarchy();
}
};
ProjectBoundsAlgorithm alg5 = new ProjectBoundsAlgorithm();
myAlgorithmCollection = new AlgorithmCollection(alg1, alg2, alg3, alg4,
alg5);
}