[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

recent converter pathways



Hi everyone,

Here is the pathway I talked about at our last meeting:

- set environment variables (Bauhaus)
- java2rfg <input> <output> (Bauhaus)
- rfg2gxl <input> <output> (Bauhaus)
* - rfg2rsf <input> <output> (Bauhaus)
* - gxl2rfg <input> <output> (Buahaus)
- gxl2dot -d -o<output> <input> (Graphviz)
- use 'dot' convert dot file into image (Graphviz)
- use 'dotty' to load dot file into editable graph (Graphviz)
- dot2gxl -g -o<output> <input>

once you have the gxl file you can open it up via JGraphPad by
- file > new
- file > import > gxl

Simon