FRAMES NO FRAMES

Enumeration IlcTimeBoundConstraintType

Definition file: ilsched/basic.h
Include file: <ilsched/ilsched.h>

This enumeration provides values that are assigned to a data member in the class IlcTimeBoundConstraint and its subclasses. That data member expresses time bounds on activities in a schedule.

IlcStartsBefore signifies that the latest start time of the activity equals the given time bound.

IlcEndsBefore signifies that the latest end time of the activity equals the given time bound.

IlcStartsAt signifies that the start time of the activity equals the given time bound.

IlcEndsAt signifies that the end time of the activity equals the given time bound.

IlcStartsAfter signifies that the earliest start time of the activity equals the given time bound.

IlcEndsAfter signifies that the earliest end time of the activity equals the given time bound.

See Also:

Fields

IlcStartsBefore = 0 
IlcEndsBefore = 1 
IlcStartsAt = 2 
IlcEndsAt = 3 
IlcStartsAfter = 4 
IlcEndsAfter = 5