Class LevelingResult


  • public final class LevelingResult
    extends Object

    Represents the results of resource leveling.

    • Constructor Detail

      • LevelingResult

        public LevelingResult()

        Initializes a new instance of the LevelingResult class.

    • Method Detail

      • getAffectedTasks

        public final HashSet<Task> getAffectedTasks()

        Gets a set of tasks affected by resource leveling.

        Returns:
        a set of tasks affected by resource leveling.