NAME
GraphViz::Traverse - This package has some purpose
SYNOPSIS
use GraphViz::Traverse;
DESCRIPTION
A GraphViz::Traverse object represents ...
PUBLIC METHODS
new
my $g = GraphViz::Traverse->new($arguments);
Return a new GraphViz::Traverse instance.
traverse
$g->traverse($root);
Traverse a tree with GraphViz
. If a callback is provided in the constructor, that code is used to traverse, otherwise File::Find
is used.
PRIVATE METHODS
_init
$obj->_init();
Initialize the GraphViz::Traverse instance.
TO DO
Document this code.
Autoload the top level graph attributes as well as the nodes and edges.
COPYRIGHT
Copyright 2006, Gene Boggs, All Rights Reserved
LICENSE
You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.
AUTHOR
Gene Boggs <gene@cpan.org>