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 class
CheckCircuit
Checks a tree (of tasks) whether it contains a circuit.class
ChildTasksCollector
Collects all child tasks.class
RemoveTask
Removes the specified task from a tree of tasks.class
TreeAlgorithmBase<T>
A base class for implementations ofITreeAlgorithm{T}
Methods in com.aspose.tasks with parameters of type ITreeAlgorithm Modifier and Type Method Description static void
TaskUtils. apply(Task root, ITreeAlgorithm<Task> alg, int level)
Applies specified algorithm to each task of a tree.
-