Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy


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

Index


NAME

Top

Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy

SYNOPSIS

Top

	use Graph::Easy::Node::Anon;

	my $anon = Graph::Easy::Node::Anon->new();

DESCRIPTION

Top

A Graph::Easy::Node::Anon represents an anonymous, invisible node. These can be used to let edges start and end "nowhere".

The syntax in the Graph::Easy textual description language looks like this:

	[ ] -> [ Bonn ] -> [ ]

EXPORT

Top

None by default.

SEE ALSO

Top

Graph::Easy::Node.

AUTHOR

Top

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

See the LICENSE file for more details.


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