ChildTasksCollector
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.TreeAlgorithmBase
public class ChildTasksCollector extends TreeAlgorithmBase<Task>
Collects all child tasks.
Constructors
Constructor | Description |
---|---|
ChildTasksCollector() | Initializes a new instance of the ChildTasksCollector class. |
Methods
Method | Description |
---|---|
alg(Task el, int level) | Processes the specified object. |
getTasks() | Gets a list collected child objects (tasks). |
ChildTasksCollector()
public ChildTasksCollector()
Initializes a new instance of the ChildTasksCollector class.
alg(Task el, int level)
public void alg(Task el, int level)
Processes the specified object.
Parameters:
Parameter | Type | Description |
---|---|---|
el | Task | Object to process. |
level | int | Tree node level. |
getTasks()
public final List<Task> getTasks()
Gets a list collected child objects (tasks).
Returns: java.util.List<com.aspose.tasks.Task> - a list collected child objects (tasks).