Is there a library for editing program flow?

Posted by Iulian Serbanoiu on Stack Overflow See other posts from Stack Overflow or by Iulian Serbanoiu
Published on 2010-03-16T13:57:09Z Indexed on 2010/03/16 14:06 UTC
Read the original article Hit count: 393

Filed under:
|
|
|
|

Hello,

I was wondering if there is a library for editing program flow. I refer to conditions if, loops (do, while, for) and other elements that can exist inside a program.

What I would like to have is some sort of a CAD application (similar to an UML editor) from where I can take some elements and edit their properties, make connections between them.

Do you know similar software that does this, or resembles a little what I'm trying to achieve?

Thanks,

Iulian

PS: It is something that should resemble this image.

PS2: I want to write code for doing this, I was wondering if such things exist.

© Stack Overflow or respective owner

Related posts about java

Related posts about c++