com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ChildTasksCollector

    • Constructor Detail

      • ChildTasksCollector

        public ChildTasksCollector()

        Initializes a new instance of the ChildTasksCollector class.

    • Method Detail

      • alg

        public final void alg(Task el,
                              int level)

        Processes the specified object.

        Specified by:
        alg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.
      • getTasks

        public final List<Task> getTasks()

        Gets a list collected child objects (tasks).

        Returns:
        a list collected child objects (tasks).
      • postAlg

        public final void postAlg(Task el,
                                  int level)

        Do nothing.

        Specified by:
        postAlg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.
      • preAlg

        public final void preAlg(Task el,
                                 int level)

        Do nothing.

        Specified by:
        preAlg in interface ITreeAlgorithm<Task>
        Parameters:
        el - Object to process.
        level - Tree node level.