Package com.aspose.tasks
Class ChildTasksCollector
- java.lang.Object
-
- com.aspose.tasks.TreeAlgorithmBase<Task>
-
- com.aspose.tasks.ChildTasksCollector
-
- All Implemented Interfaces:
ITreeAlgorithm<Task>
public class ChildTasksCollector extends TreeAlgorithmBase<Task>
Collects all child tasks.
-
-
Constructor Summary
Constructors Constructor Description ChildTasksCollector()Initializes a new instance of theChildTasksCollectorclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalg(Task el, int level)Processes the specified object.List<Task>getTasks()Gets a list collected child objects (tasks).-
Methods inherited from class com.aspose.tasks.TreeAlgorithmBase
postAlg, preAlg
-
-
-
-
Constructor Detail
-
ChildTasksCollector
public ChildTasksCollector()
Initializes a new instance of the
ChildTasksCollectorclass.
-
-
Method Detail
-
alg
public void alg(Task el, int level)
Processes the specified object.
- Specified by:
algin interfaceITreeAlgorithm<Task>- Specified by:
algin classTreeAlgorithmBase<Task>- Parameters:
el- Object to process.level- Tree node level.
-
-