logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Graph::Easy::Group::Anon - An anonymous group of nodes in Graph::Easy

Author

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

       See the LICENSE file for more details.

perl v5.36.0                                       2022-11-20                      Graph::Easy::Group::Anon(3pm)

Description

       A "Graph::Easy::Group::Anon" represents an anonymous group of nodes, e.g. a group without a name.

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

               ( [ Bonn ] -> [ Berlin ] )

       This module is loaded and used automatically by Graph::Easy, so there is no need to use it manually.

Export

       None by default.

Name

       Graph::Easy::Group::Anon - An anonymous group of nodes in Graph::Easy

See Also

       Graph::Easy::Group.

Synopsis

               use Graph::Easy::Group::Anon;

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

See Also