Package: com.ibm.rpm.wbs.types
DependencyType represents the type of dependencies between the different projects and documents involved in the current project.
The following table lists the values for this object.
Value | Detail |
---|---|
FinishFinish | Indicates both projects are scheduled to finish simultaneously. |
FinishStart | Indicates that the second project is scheduled to start at the same time the first project finishes. |
StartFinish | Indicates the first project is scheduled to start at the same time the second project finishes. |
StartStart | Indicate both projects are scheduled to be completed at the same time. |