1Graph::Easy::Group::AnoUns(e3r)Contributed Perl DocumentGartaipohn::Easy::Group::Anon(3)
2
3
4
6 Graph::Easy::Group::Anon - An anonymous group of nodes in Graph::Easy
7
9 use Graph::Easy::Group::Anon;
10
11 my $anon = Graph::Easy::Group::Anon->new();
12
14 A "Graph::Easy::Group::Anon" represents an anonymous group of nodes,
15 e.g. a group without a name.
16
17 The syntax in the Graph::Easy textual description language looks like
18 this:
19
20 ( [ Bonn ] -> [ Berlin ] )
21
22 This module is loaded and used automatically by Graph::Easy, so there
23 is no need to use it manually.
24
26 None by default.
27
29 Graph::Easy::Group.
30
32 Copyright (C) 2004 - 2006 by Tels <http://bloodgate.com>.
33
34 See the LICENSE file for more details.
35
36
37
38perl v5.32.1 2021-01-27 Graph::Easy::Group::Anon(3)