Main > Programming > Libraries >

Graph::Flowchart 0.10

Graph::Flowchart 0.10

Sponsored Links

Graph::Flowchart 0.10 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.034 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 850
Date added: 2007-07-06
Publisher: Tels

Graph::Flowchart 0.10 description

Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects.

SYNOPSIS

use Graph::Flowchart;

my $flow = Graph::Flowchart->new();

print $flow->as_ascii();

This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your flowchart as HTML, ASCII, Boxart (unicode drawing) or SVG.

Classes

The nodes constructed by the various add_* methods will set the subclass of the node according to the following list:

start

The start block.

end

The end block, created by finish().

block

Orindary code blocks, f.i. from $b = 9;.

if, for, while, until

Blocks for the various constructs for conditional and loop constructs.

sub

For sub routine declarations.

use

For use, no and require statements.

goto, break, return, next, last, continue

Blocks for the various constructs for jumps/returns.

true, false, goto, call, return, break, next, continue

Classes for edges of the true and false if-branches, and for goto, as well as sub routine calls.

Each class will get some default attributes, like if constructs having a diamond-shape.

You can override the graph appearance most easily by changing the (sub)-class attributes:

my $chart = Graph::Flowchart->new();

$chart->add_block($a = 9;);
$chart->add_if_then($a == 9;, $b = 1;);
$chart->finish();

my $graph = $chart->as_graph();

Now $graph is a Graph::Easy object and you can manipulate the class attributes like so:

$graph->set_attribute(node.if, fill, red);
$graph->set_attribute(edge.true, color, green);
print $graph->as_html_file();

This will color all conditional blocks red, and edges that represent the true branch green.

Graph::Flowchart 0.10 Screenshot

Advertisements

Graph::Flowchart 0.10 Keywords

Bookmark Graph::Flowchart 0.10

Hyperlink code:
Link for forum:

Graph::Flowchart 0.10 Copyright

WareSeeker periodically updates pricing and software information of Graph::Flowchart 0.10 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Graph::Flowchart 0.10 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Graph is a Perl module with graph data structures and algorithms. Free Download
GD::Graph::Polar is a Perl module to make polar graph using GD package. Free Download
Graphics::ColorPicker is a Perl module for WYSIWYG web applications that allow selection of HEX color numbers. Free Download
Devel::Graph module can turn Perl code into a graphical flowchart. Free Download
Graph::Writer::TGXML is a Perl module used to write out directed graph as TouchGraph LinkBrowser XML. Free Download
Path::Graph is a Perl module created to generate paths from hash graph. Free Download
Graph::ModularDecomposition is a Perl module for modular decomposition of directed graphs. Free Download
CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs. Free Download