Overview | Group | Tree | Graph | Index | Concepts |
This enumeration allows specifying a subset of resource constraints
to traverse with the iterators
IlcResource::ResourceConstraintIterator
, and
IlcResource::ResourceConstraintDeltaIterator
.
RankedFirst
indicates the subset of resource constraints that have
been ranked first on the resource.
RankedLast
indicates the subset of resource constraints that
have been ranked last on the resource.
NotRanked
indicates the subset of resource constraints that
have not yet been ranked first or last on the resource.
PossibleFirst
indicates the subset of resource constraints
that can possibly be ranked first on the resource. This is the set of
resource constraints that has not yet been ranked first nor ranked last,
nor otherwise determined to be unavailable to be ranked first.
PossibleLast
indicates the subset of resource constraints that can
possibly be ranked last on the resource. This is the set of resource
constraints that has not yet been ranked first nor ranked last, nor
otherwise determined to be unavailable to be ranked last.
See Also:
IlcResource::ResourceConstraintIterator, IlcResource::ResourceConstraintDeltaIterator
Fields |
---|
RankedFirst = 1 | |
RankedLast = 2 | |
Ranked = 3 | |
NotRanked = 4 | |
PossibleFirst = 8 | |
PossibleLast = 16 |