History for LoopArray

changed:
-
description
    
   This part is created for looping the array of objects. The part gets the array of objects, gets the delay and by getting the START inpin starts firing the objects of the array one after one by delay. The result objects appear in OUT outpin.
When the all objects of the array are looped the part firs END in the END outpin.  
Figure
 
 <img src="Loop.gif" />



inpins

 1 ARRAY - ID = 1   - Object

  o Array of objects which object needs firing one after one by delay
  
 2 DELAY - ID=2       -no param
  
   o Delay of the array objects firing

 
 3 START -ID=3     -no param
  
   o Starts firing of the array objects
 
 
outpins

 1 OUT  -ID=51      - Object
  
   o Fires the array objects one after one by delays

 2 END  -ID=52      - no param
  
   o Fires the END event (this means that the array objects are all fired)


 
    
links to cvs

 source - revision 1.0 "org.vcb.parts.util.ArrayBuilder.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/util/LoopArray.java
at sourceforge.net

 configuration file revision 1.0 "ArrayBuilder.vcb":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/util/LoopArray.vcb
 at sourceforge.net

status

 alpha release