This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages th...
RSAVAGE/Tree-DAG_Node-1.32 - 02 Feb 2021 00:08:31 UTCTree::DAG_Node::Persist reads/writes multiple trees from/to a single database table, where those trees are built using Tree::DAG_Node. See the "FAQ" for details of the table structure....
RSAVAGE/Tree-DAG_Node-Persist-1.13 - 02 Feb 2021 00:20:11 UTCThis package extends Tree::DAG_Node to add XPath queries to it It adds the findnodes, matches and find methods to the base "Tree::DAG_Node" class. With a little customization it can also add the findnodes_as_string and findvalue methods....
MIROD/Tree-DAG_Node-XPath-0.11 - 24 Aug 2010 17:27:44 UTCDAKKAR/Tree-Template-Declare-0.7 - 28 Mar 2015 12:48:42 UTC
ZMUGHAL/Intertangle-Jacquard-0.001 - 17 Oct 2020 06:46:34 UTC
ZMUGHAL/Intertangle-Jacquard-0.001 - 17 Oct 2020 06:46:34 UTC
This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface...
RSAVAGE/Tree-1.15 - 01 Feb 2021 23:34:45 UTCWhen you've got one of those nasty self-referential tables that you want to bust out into a tree, this is the module to check out. Assuming there are no horribly broken nodes in your tree and (heaven forbid) any circular references, this module will ...
RSAVAGE/DBIx-Tree-1.98 - 02 Feb 2021 05:04:41 UTCThis module implements a memory-efficient node type (for trees, skip lists and similar data structures) for Perl. You may ask "Why bother implementing an ordered structure such as a tree when Perl has hashes built-in?" Since Perl is optimized for spe...
RRWO/Tree-Node-0.08 - 20 Jul 2007 09:56:22 UTCThis module in an fully object-oriented implementation of a simple n-ary tree. It is built upon the concept of parent-child relationships, so therefore every Tree::Simple object has both a parent and a set of children (who themselves may have childre...
RSAVAGE/Tree-Simple-1.34 - 02 Feb 2021 01:26:51 UTCThis module is a fully object oriented implementation of a binary tree. Binary trees are a specialized type of tree which has only two possible branches, a left branch and a right branch. While it is possible to use an *n*-ary tree, like Tree::Simple...
RSAVAGE/Tree-Binary-1.09 - 01 Feb 2021 23:46:40 UTC"Tree::Cladogram" provides a mechanism to turn a tree into a cladogram image. The image is generated using Imager or Image::Magic. The image type created is determined by the suffix of the output file. See "What image formats are supported?" for deta...
RSAVAGE/Tree-Cladogram-1.04 - 01 Feb 2021 23:57:37 UTCA Tree::RB tree is made up of nodes that are objects of type Tree::RB::Node...
ARUNBEAR/Tree-RB-0.500006 - 07 Oct 2017 13:34:31 UTCThis module provides an XPath engine, that can be re-used by other module/classes that implement trees. It is designed to be compatible with Class::XPath, ie it passes its tests if you replace Class::XPath by Tree::XPathEngine. This code is a more or...
MIROD/Tree-XPathEngine-0.05 - 15 Feb 2006 15:48:34 UTCThis serves as an abstract base class to the Tree::Simple::View::* classes. There are two implementing classes included here; Tree::Simple::View::HTML and Tree::Simple::View::DHTML. Other Tree::Simple::View::* classes are also being planned, see the ...
RSAVAGE/Tree-Simple-View-0.20 - 02 Feb 2021 01:38:36 UTCDBIx::Tree::Persist provides sample code for playing with Tree and Tree::Persist a la DBIx::Tree....
RSAVAGE/DBIx-Tree-Persist-1.04 - 08 Nov 2012 03:52:49 UTCNOTE: Versions 0.003 and below used a custom graph management implementation which had various problems with rendering glitches and performance. This version has been rewritten from scratch to use Tree::DAG_Node to handle the tree structure, and as s...
TEAM/Tickit-Widget-Tree-0.114 - 06 Feb 2015 19:39:32 UTCThis module implements a binary search tree, which is a specialized usage of a binary tree. The basic principle is that all elements to the left are less than the root, all elements to the right are greater than the root. This reduces the search time...
RSAVAGE/Tree-Binary-1.09 - 01 Feb 2021 23:46:40 UTC