Graph::Simple::Node::Anon - An anonymous, invisible node in a simple graph


NAME

Graph::Simple::Node::Anon - An anonymous, invisible node in a simple graph


SYNOPSIS

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


DESCRIPTION

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


EXPORT

None by default.


SEE ALSO

the Graph::Simple::Node manpage.


AUTHOR

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

See the LICENSE file for more details.