-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
A potential user of flowpipe pointed out the fact that we do not support loop type networks as described in the original Flow-Based Programming definition: http://www.jpaulmorrison.com/fbp/loop.htm
The example given, was reading a file line by line and acting on each line. I imagine that graph to look something like this:
+------------------------------------------------+
| |
| +---------------+ +--------------+ |
+-->| Read Lines | | Print Line |--+
|---------------| |--------------|
o file<> | +--->o line<> |
| line<> o-----+ +--------------+
+---------------+ I am not sure how to best implement this yet, it will involve quite a bit of reshuffeling and redesigning I think.