GraphViz2 V 1.01 uses Algorithm::Dependency in order to...

... in order to let you pass in an Algorithm::Dependency object directly to GraphViz2's dependency(data => $object) method.

A new demo - dependency.pl - shows how, using a hand-build class hierarchy corresponding the code in t/lib/*.

Also, a new class, GraphViz2::Parse::ISA can be given a class name as in create(class => 'Parent::Child::Grandchild', ignore => []).

A new demo - parse.isa.pl - shows how, using the real class hierarchy in t/lib/*.

The demo page has been updated.

See demos # 5 and # 8.

2 Comments

Neat! And I like the fact that the scripts generating the graphs are straightforward and simple. This sure will be handy when I need to generated diagrams. Thanks!

Leave a comment

About Ron Savage

user-pic I try to write all code in Perl, but find I end up writing in bash, CSS, HTML, JS, and SQL, and doing database design, just to get anything done...