1Graph::Easy::As_graphmlU(s3e)r Contributed Perl DocumentaGtriaopnh::Easy::As_graphml(3)
2
3
4
6 Graph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy
7 object
8
10 use Graph::Easy;
11
12 my $graph = Graph::Easy->new();
13
14 $graph->add_edge ('Bonn', 'Berlin');
15
16 print $graph->as_graphml();
17
19 "Graph::Easy::As_graphml" contains just the code for converting a
20 Graph::Easy object to a GraphML text.
21
22 Attributes
23 Attributes are output in the format that "Graph::Easy" specifies. More
24 details about the valid attributes and their default values can be
25 found in the Graph::Easy online manual:
26
27 <http://bloodgate.com/perl/graph/manual/>.
28
30 Exports nothing.
31
33 Graph::Easy, <http://graphml.graphdrawing.org/>.
34
36 Copyright (C) 2004 - 2008 by Tels <http://bloodgate.com>
37
38 See the LICENSE file for information.
39
40
41
42perl v5.34.0 2022-01-21 Graph::Easy::As_graphml(3)