Iterator
last edited 4 years ago by amehrabyan
description
This part does the iteration process. It gets the starting point of iteration in the "FROM" inpin, the ending point of iteration in the "TO" inpin, the time between two iteration steps in "DELAY" inpin, the step of the iteration in the "BY" inpin, start of the iteration in the "START" inpin and starts firing every iteration in the "OUT" outpin.When the iteration process ends the "END" outpin fires.
Figure

inpins
- FROM - ID = 1 - double
- Starting point of iteration
- TO - ID=2 -double
- Ending point of iteration
- DELAY -ID=3 -int
- The delay time between two iterations
- BY -ID=4 -double
- This is the size of the step of the iteration
- START -ID=5 -no param
- By firing this inpin the iteration starts
outpins
- OUT -ID=51 -double
- fires the result of the iteration
- END -ID=52 -no param
- fires when the iteration finishes
links to cvs
source - revision 1.0 org.vcb.parts.util.Iterator.java at sourceforge.net
configuration file revision 1.0 Iterator.xml at sourceforge.net
status
alpha release