koala-dot
tool.
This tool reads a Koala composition, normalizes it and transforms a grapg in DOT format.
For vizualization you need to heva ethe GraphViz package installed.
koala-dot -I <directory with Koala components> \ -i <top-level component> \ -o graph.dotNormalization steps can be turned off with the '-n' switch.
With the dot
program that is part of GraphViz, you can turn this graph into different output formats. E.g.,
dot -Tps graph.dot > graph.ps
-- MerijnDeJonge - 22 Dec 2004