| Overview | Group | Tree | Graph | Index | Concepts |
This enumeration describes the type of an instance of
IlcPrecedenceConstraint.
IlcStartsAfterStart signifies that at least a given
"delay"
must elapse between the
beginning of the
"preceding"
activity and the beginning of the
"following"
activity.
IlcStartsAfterEnd signifies that at least a given
"delay"
must elapse between the
end of the
"preceding"
activity and the beginning of the
"following"
activity.
IlcEndsAfterStart signifies that at least a given
"delay"
must elapse between the
beginning of the
"preceding"
activity and the end of the
"following"
activity.
IlcEndsAfterEnd signifies that at least a given
"delay"
must elapse between the
end of the
"preceding"
activity and the end of the
"following"
activity.
IlcStartsAtStart signifies that exactly a given
"delay"
must elapse between the
beginning of the
"preceding"
activity and the beginning of the
"following"
activity.
IlcEndsAtStart signifies that exactly a given
"delay"
must elapse between the
beginning of the
"preceding"
activity and the end of the
"following"
activity.
IlcStartsAtEnd signifies that exactly a given
"delay"
must elapse between the
end of the
"preceding"
activity and the beginning of the
"following"
activity.
IlcEndsAtEnd signifies that exactly a given
"delay"
must elapse between the
end of the
"preceding"
activity and the end of the
"following"
activity.
See Also:
| Fields |
|---|
IlcStartsAfterStart = 0 | |
IlcStartsAfterEnd = 1 | |
IlcEndsAfterStart = 2 | |
IlcEndsAfterEnd = 3 | |
IlcStartsAtStart = 4 | |
IlcStartsAtEnd = 5 | |
IlcEndsAtStart = 6 | |
IlcEndsAtEnd = 7 |