Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy
Contents
Description
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
None by default.
Name
Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy
See Also
Graph::Easy::Node.
Synopsis
use Graph::Easy::Node::Anon;
my $anon = Graph::Easy::Node::Anon->new();
