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

  1. OPERATOR
  2.  
  3. collector --- collect input objects and output a vector
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The collector operator collects a set of input objects of the same type and 
  9. forms a vector as output. The objects are collected from the top input port. 
  10. The bottom input port expects an integer object representing the collector 
  11. state. The collector state must be supplied each time an input object is 
  12. received. When both inputs are received, the input object is appended to a 
  13. vector and the collector state is queried. If the collector state value is 
  14. zero, then collection continues, otherwise the collector sends a vector of 
  15. collected objects and resets itself. Collector is typically used in conjunction 
  16. with sequencer . 
  17.