LoopArray
last edited 4 years ago by satenik_danielyan
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

inpins
- ARRAY - ID = 1 - Object
- Array of objects which object needs firing one after one by delay
- DELAY - ID=2 -no param
- Delay of the array objects firing
- START -ID=3 -no param
- Starts firing of the array objects
outpins
- OUT -ID=51 - Object
- Fires the array objects one after one by delays
- END -ID=52 - no param
- 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 at sourceforge.net
configuration file revision 1.0 ArrayBuilder.vcb at sourceforge.net
status
alpha release