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 theChildTasksCollector
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
alg(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
ChildTasksCollector
class.
-
-
Method Detail
-
alg
public void alg(Task el, int level)
Processes the specified object.
- Specified by:
alg
in interfaceITreeAlgorithm<Task>
- Specified by:
alg
in classTreeAlgorithmBase<Task>
- Parameters:
el
- Object to process.level
- Tree node level.
-
-