NAME
PNI::Tree
SYNOPSIS
Don't use this module, it is a PNI internal.
DESCRIPTION
This class holds the PNI nodes and links hierarchy tree.
SUBS
- add_node
-
Adds a PNI node to the hierarchy tree. It's called by the PNI::NODE method. Returns a reference to the node created.
- add_link
-
Adds a PNI link to the hierarchy tree. It's called by the PNI::LINK method. Returns a reference to the new link created.
AUTHOR
G. Casati , <fibo@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by G. Casati
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.