| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
IlcIntervalSequenceVar.
This enumeration provides a mechanism to indicate on which
subset of the intervals of a sequence, an instance of
IlcIntervalSequenceVar, an iterator instance of
IlcIntervalSequenceVar::Iterator will traverse:
head, tail, not sequenced, candidate head, candidate tail.
See Also:
IlcIntervalSequenceVar, IlcIntervalSequenceVar::Iterator
| Fields |
|---|
Head | Used to iterate on the head subsequence of the sequence. |
Tail | Used to iterate on the tail subsequence of the sequence. |
NotSequenced | Used to iterate the non-sequenced intervals of the sequence, that is, neither in the head nor in the tail. |
CandidateHead | Used to iterate the intervals that are candidates to extend the head subsequence of the sequence. |
CandidateTail | Used to iterate the intervals that are candidates to extend the tail subsequence of the sequence. |