Am I correct in understanding the Flow4j is for generating Java code through flowcharts, and generating flowcharts from Java code? It wouldn't do me any good when programming C++ then.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
yes, Flow4j creates java code from the flowchart.
It would be possible to generate code for any language, because the generator code is quite abstract and for every syntactic element there are generator classes. Unfortunately I have no time to modify the generation code for other languages.
Alex.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Am I correct in understanding the Flow4j is for generating Java code through flowcharts, and generating flowcharts from Java code? It wouldn't do me any good when programming C++ then.
Hi,
yes, Flow4j creates java code from the flowchart.
It would be possible to generate code for any language, because the generator code is quite abstract and for every syntactic element there are generator classes. Unfortunately I have no time to modify the generation code for other languages.
Alex.