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 TaskLinkTaskLinkCollection. add(Task pred, Task succ)Returns an instance of Finish-StartTaskLinkwhich has been added to the TaskLinkCollection object.TaskLinkTaskLinkCollection. add(Task pred, Task succ, int linkType)Returns an instance ofTaskLinkwhich has been added to the TaskLinkCollection object.TaskLinkTaskLinkCollection. add(Task pred, Task succ, int linkType, Duration lag)Returns an instance ofTaskLinkwhich has been added to the TaskLinkCollection object.TaskLinkTaskLinkCollection. get(int index)(@inheritDoc}TaskLinkTaskLinkCollection. 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 ofTaskLinkobjects.Methods in com.aspose.tasks with parameters of type TaskLink Modifier and Type Method Description booleanTaskLinkCollection. add(TaskLink e)This is the stub implementation of ICollection's Add method, that only throws UnsupportedOperationExceptionbooleanTaskLink. 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 voidTaskLinkCollection. sort(Comparator<? super TaskLink> c)
-