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

Revision: r1.2 - 22 Dec 2004 - 12:21 - MerijnDeJonge
Tools > KoalaCompiler > KoalaDot
Copyright © 1999-2020 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback