Package com.aspose.tasks
Class LevelingResult
- java.lang.Object
-
- com.aspose.tasks.LevelingResult
-
public final class LevelingResult extends Object
Represents the results of resource leveling.
-
-
Constructor Summary
Constructors Constructor Description LevelingResult()Initializes a new instance of theLevelingResultclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashSet<Task>getAffectedTasks()Gets a set of tasks affected by resource leveling.
-
-
-
Constructor Detail
-
LevelingResult
public LevelingResult()
Initializes a new instance of the
LevelingResultclass.
-
-