home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
flow
/
sequence.
/
sequence.bin
Wrap
Text File
|
1995-12-09
|
528b
|
14 lines
OPERATOR
sequencer --- sequence elements of a vector into an igraph
DESCRIPTION
The sequencer operator dispatches the elements of a vector object received at
its input port one by one to its top output port along with an end
condition flag from the bottom output port. Each element of a vector is sent
as a proper object. When the last element is sent, the end condition flag
is set to true otherwise it is false. The condition flag is used by the
collector operator (see also collector ).