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.get(int index)
(@inheritDoc}
|
TaskLink |
TaskLinkCollection.remove(int index)
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
Modifier and Type | Method and Description |
---|---|
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 a specified object.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskLinkCollection.sort(Comparator<? super TaskLink> c) |