Modifier and Type | Method and Description |
---|---|
TaskCollection |
Task.getChildren()
Gets a child task collection of this object.
|
TaskCollection |
Project.getCriticalPath()
Gets TaskCollection which contains a list of Critical tasks which comprise Critical Path of this project.
|
TaskCollection |
Task.getPredecessors()
Gets a
TaskCollection object which contains all predecessors of this Task object. |
TaskCollection |
Task.getSuccessors()
Gets a
TaskCollection object which contains all successors of this Task object. |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.