LevelingResult

Inheritance: java.lang.Object

public final class LevelingResult

Represents the results of resource leveling.

Constructors

ConstructorDescription
LevelingResult()Initializes a new instance of the LevelingResult class.

Methods

MethodDescription
getAffectedTasks()Gets a set of tasks affected by resource leveling.

LevelingResult()

public LevelingResult()

Initializes a new instance of the LevelingResult class.

getAffectedTasks()

public final HashSet<Task> getAffectedTasks()

Gets a set of tasks affected by resource leveling.

Returns: java.util.HashSet<com.aspose.tasks.Task> - a set of tasks affected by resource leveling.