A typical tool within this package is dot, which takes as input a (text file) graph description written in the DOT language. Such files are simply referred to as *.gv files. It can output graphs in a variety of formats.
Various people have written Perl wrappers around Graphviz:
For this module, Tels invented the
Graph::Easylanguage, making it simpler to create the text file input to dot, etc, by offering a nicer and simpler syntax.
This module is now deprecated in favour of Graph::Easy::Marpa (below).
It provides a small set of path analysis tools, after lexing and parsing *.gv files.
These tools are:
(a) Finding clusters
Here, a cluster is a set of nodes connected to each other, but not connected to any nodes outside the cluster.
(b) Finding all paths of a fixed length starting from a given node
*
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html