Koala Dot

XT -- A Bundle of Program Transformation Tools
A picture of a Koala specification can be generated with the 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.dot
Normalization 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

Tools.KoalaDot moved from Tools.HowToVizualizeAKoalaSpecification on 22 Dec 2004 - 12:21 by MerijnDeJonge - put it back