1Graph::Easy::Node::AnonU(s3e)r Contributed Perl DocumentaGtriaopnh::Easy::Node::Anon(3)
2
3
4
6 Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy
7
9 use Graph::Easy::Node::Anon;
10
11 my $anon = Graph::Easy::Node::Anon->new();
12
14 A "Graph::Easy::Node::Anon" represents an anonymous, invisible node.
15 These can be used to let edges start and end "nowhere".
16
17 The syntax in the Graph::Easy textual description language looks like
18 this:
19
20 [ ] -> [ Bonn ] -> [ ]
21
23 None by default.
24
26 Graph::Easy::Node.
27
29 Copyright (C) 2004 - 2006 by Tels <http://bloodgate.com>.
30
31 See the LICENSE file for more details.
32
33
34
35perl v5.36.0 2023-02-02 Graph::Easy::Node::Anon(3)