Modifier and Type | Method and Description |
---|---|
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ)
Returns an instance of Finish-Start
TaskLink which has been added to the TaskLinkCollection object. |
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ,
int linkType)
Returns an instance of
TaskLink which has been added to the TaskLinkCollection object. |
TaskLink |
TaskLinkCollection.add(Task pred,
Task succ,
int linkType,
Duration lag)
Returns an instance of
TaskLink which has been added to the TaskLinkCollection object. |
TaskLink |
TaskLinkCollection.remove(TaskLink link)
Removes task link from a project.
|
Modifier and Type | Method and Description |
---|---|
Iterator<TaskLink> |
TaskLinkCollection.iterator() |
List<TaskLink> |
TaskLinkCollection.toList()
Converts the TaskLinkCollection object to a list of
TaskLink objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskLink.equals(TaskLink other)
Returns a value indicating whether this instance is equal to the specified task link.
|
TaskLink |
TaskLinkCollection.remove(TaskLink link)
Removes task link from a project.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.