home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / flow / sequence. / sequence.bin
Text File  |  1995-12-09  |  528b  |  14 lines

  1. OPERATOR
  2.  
  3. sequencer --- sequence  elements of a vector into an igraph
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The sequencer operator dispatches the elements of a vector object received at 
  9. its input port one by one to its top output port along with an end 
  10. condition flag from the bottom output port. Each element of a vector is sent 
  11. as a proper object. When the last element is sent, the end condition flag 
  12. is set to true otherwise it is false. The condition flag is used by the 
  13. collector operator (see also collector ). 
  14.