Uses of Class
com.aspose.tasks.TaskLink
-
-
Uses of TaskLink in com.aspose.tasks
Methods in com.aspose.tasks that return TaskLink Modifier and Type Method Description TaskLink
TaskLinkCollection. add(Task pred, Task succ)
Returns an instance of Finish-StartTaskLink
which has been added to the TaskLinkCollection object.TaskLink
TaskLinkCollection. add(Task pred, Task succ, int linkType)
Returns an instance ofTaskLink
which has been added to the TaskLinkCollection object.TaskLink
TaskLinkCollection. add(Task pred, Task succ, int linkType, Duration lag)
Returns an instance ofTaskLink
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.Methods in com.aspose.tasks that return types with arguments of type TaskLink Modifier and Type Method Description List<TaskLink>
TaskLinkCollection. toList()
Converts the TaskLinkCollection object to a list ofTaskLink
objects.Methods in com.aspose.tasks with parameters of type TaskLink Modifier and Type Method Description boolean
TaskLinkCollection. add(TaskLink e)
This is the stub implementation of ICollection's Add method, that only throws UnsupportedOperationExceptionboolean
TaskLink. equals(TaskLink other)
Returns a value indicating whether this instance is equal to a specified object.Method parameters in com.aspose.tasks with type arguments of type TaskLink Modifier and Type Method Description void
TaskLinkCollection. sort(Comparator<? super TaskLink> c)
-