DependencyType

Description

Package: com.ibm.rpm.wbs.types

Usage

DependencyType represents the type of dependencies between the different projects and documents involved in the current project.

Values

The following table lists the values for this object.

Table 1. DependencyType Value Description
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.

Related Objects