logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Graph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy object

Author

       Copyright (C) 2004 - 2008 by Tels <http://bloodgate.com>

       See the LICENSE file for information.

perl v5.36.0                                       2022-11-20                       Graph::Easy::As_graphml(3pm)

Description

       "Graph::Easy::As_graphml" contains just the code for converting a Graph::Easy object to a GraphML text.

   Attributes
       Attributes are output in the format that "Graph::Easy" specifies. More details about the valid attributes
       and their default values can be found in the Graph::Easy online manual:

       <http://bloodgate.com/perl/graph/manual/>.

Export

       Exports nothing.

Name

       Graph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy object

See Also

Synopsis

               use Graph::Easy;

               my $graph = Graph::Easy->new();

               $graph->add_edge ('Bonn', 'Berlin');

               print $graph->as_graphml();

See Also