com.aspose.tasks

Interfaces

Classes

Exceptions

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 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.
      Methods in com.aspose.tasks that return types with arguments of type TaskLink 
      Modifier and Type Method and Description
      List<TaskLink> TaskLinkCollection.toList()
      Converts the TaskLinkCollection object to a list of TaskLink objects.
      Methods in com.aspose.tasks with parameters of type TaskLink 
      Modifier and Type Method and Description
      boolean 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 and Description
      void TaskLinkCollection.sort(Comparator<? super TaskLink> c)