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


Graph-Easy documentation  | view source Contained in the Graph-Easy distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use Graph::Easy;

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

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

	print $graph->as_graphml();

DESCRIPTION

Top

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

Top

Exports nothing.

SEE ALSO

Top

Graph::Easy, http://graphml.graphdrawing.org/.

AUTHOR

Top

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

See the LICENSE file for information.


Graph-Easy documentation  | view source Contained in the Graph-Easy distribution.