Skip to content

Loop Type Networks #139

@PaulSchweizer

Description

@PaulSchweizer

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions