Table of Contents
MorphViz converts Metamorph DSL into DOT files.
Run the client via
java -jar path/to/morphviz.jar
Usage: morphviz [-hV] -i=<inputFile> [-o=<outputFile>] Exports Metamorph-XML into DOT format. -h, --help Display this help message. -i, --input=<inputFile> Input file. Use '-' for stdin. -o, --output=<outputFile> Output file. Use '-' for stdout. Default: stdout. -V, --version Display version info.
-
Install GraphViz
-
Run
dot -Tpdf rules.dot -o rules.pdf
- Note
-
This applies also to any other target format provided by graphviz.
-
Open GraphvizOnline
-
Copy the content of the generated DOT-File
- Note
-
Graphvizonline provides various downloadable output formats.