Uses of Interface
com.aspose.tasks.ITreeAlgorithm
-
-
Uses of ITreeAlgorithm in com.aspose.tasks
Classes in com.aspose.tasks that implement ITreeAlgorithm Modifier and Type Class Description classCheckCircuitChecks a tree (of tasks) whether it contains a circuit.classChildTasksCollectorCollects all child tasks.classRemoveTaskRemoves the specified task from a tree of tasks.classTreeAlgorithmBase<T>A base class for implementations ofITreeAlgorithm{T}Methods in com.aspose.tasks with parameters of type ITreeAlgorithm Modifier and Type Method Description static voidTaskUtils. apply(Task root, ITreeAlgorithm<Task> alg, int level)Applies specified algorithm to each task of a tree.
-