Graph::Flowchart 0.10
Sponsored Links
Graph::Flowchart 0.10 Ranking & Summary
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.
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
Graph::Flowchart 0.10 Keywords
Flowchart 0.10
Perl module
easily
Graph::Easy
module
flowcharts
objects
sub
Graph::Flowchart
GraphFlowchart
Graph::Flowchart 0.10
Libraries
Programming
Bookmark Graph::Flowchart 0.10
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
perl modules
install perl module
easily build your
bruise easily
graphe easy
installing perl module
easily create photo
xml parser perl module
graph easy perl
easily digested foods
easily share your
bruising easily
atrpms perl module helper
easily i approach
why do i bruise so easily
easily bruising
perl module tutorial
easily find pages
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
Latest Software
Popular Software
Favourite Software