Options
All
  • Public
  • Public/Protected
  • All
Menu

The enumeration for the supported dependency types

Index

Enumeration members

EndToEnd

EndToEnd: = 3

Finish-to-Finish (FF)

The succeeding event cannot finish before the completion of the preceding event.

EndToStart

EndToStart: = 2

Finish-to-Start (FS)

This type of dependency, restricts the dependent event to not start earlier than the preceding event finishes.

StartToEnd

StartToEnd: = 1

Start-to-Finish (SF)

The finish of the succeeding event is constrained by the start of the preceding event. So the successor cannot finish before the predecessor starts.

StartToStart

StartToStart: = 0

Start-to-Start (SS)

With this dependency type, the succeeding event is delayed to start not earlier than the preceding event starts.

Generated using TypeDoc