Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
TaskUtils.apply(Task root,
ITreeAlgorithm<Task> alg,
int level)
Applies specified algorithm to each task of a tree.
|