Skip to main content
FRAMES NO FRAMES

Enumeration Filter

Definition file: ilcp/cpext.h
Filter for the subsets of a Head-Tail graph of an instance of 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:

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.