![]() |
| |||||||
| Tree::Authz
inheritance-based authorization scheme |
Tree::Authz::Role
|
Tree::AVL
AVL tree for efficient storage and retrieval |
| Tree::Base
a base class for trees |
Tree::Binary
An implementation of a binary tree |
Tree::Binary::Dictionary
A dictionary API to a binary tree |
| Tree::Binary::Search
A Binary Search Tree for perl |
Tree::Binary::Search::Node
A node for a Tree::Binary::Search tree |
Tree::Binary::Visitor::Base
A Visitor base class for Tree::Binary::Visitor::* objects |
| Tree::Binary::Visitor::BreadthFirstTraversal
Visitor object for Tree::Binary objects |
Tree::Binary::Visitor::InOrderTraversal
Visitor object for Tree::Binary objects |
Tree::Binary::Visitor::PostOrderTraversal
Visitor object for Tree::Binary objects |
| Tree::Binary::Visitor::PreOrderTraversal
Visitor object for Tree::Binary objects |
Tree::Binary::VisitorFactory
A factory object for dispensing Visitor objects |
Tree::BPTree
Perl implementation of B+ trees |
| Tree::Builder
Takes path like strings and builds a tree of hashes of hashes. |
Tree::Compat
a compatibility layer for Tree |
Tree::Compat::Tree::DAG_Node
|
| Tree::Compat::Tree::Nary
|
Tree::Compat::Tree::Simple
|
Tree::DAG_Node
base class for trees |
| Tree::DAG_Node::Persist
|
Tree::DAG_Node::Persist::Create
|
Tree::DAG_Node::XPath
Add XPath support to Tree::DAG_Node |
| Tree::Easy
An easy, simple & fast N-ary tree datatype |
Tree::Family
Represent and visualize a family tree. |
Tree::Family::Person
|
| Tree::Fast
the fastest possible implementation of a tree in pure Perl |
Tree::Fat
Embeddable F-Tree algorithm suite |
Tree::File
store a data structure in a file tree |
| Tree::File::YAML
store a data structure in a file tree (using YAML) |
Tree::FP
|
Tree::M
implement M-trees for efficient "metric/multimedia-searches" |
| Tree::MultiNode
a multi-node tree object. Most useful for |
Tree::Nary
Perl implementation of N-ary search trees |
Tree::Nary::Extended
Tree::Nary with substantial load/save from/to sql/hash |
| Tree::Node
Memory-efficient tree node implementation |
Tree::Numbered
a thin N-ary tree structure with a unique number for each item. |
Tree::Numbered::DB
a tree that is stored in / tied to a DB table. |
| Tree::Numbered::Tools
Perl module to create tree objects using different sources. |
Tree::Parser
Module to parse formatted files into tree structures |
Tree::Persist
|
| Tree::Persist::Base
The base class for the Tree persistence plugin hierarchy |
Tree::Persist::DB
the base class for DB plugins for Tree persistence |
Tree::Persist::DB::SelfReferential
a handler for Tree persistence |
| Tree::Persist::File
the base class for File plugins for Tree persistence |
Tree::Persist::File::XML
a handler for Tree persistence |
Tree::Predicate
predicate trees, usually for SQL |
| Tree::Predicate::Leaf
internal subclass for Tree::Predicate |
Tree::PseudoIncLib
Perl class encapsulating a description of pseudo-INC array. |
Tree::R
Perl extension for the Rtree data structure and algorithms |
| Tree::RB
Perl implementation of the Red/Black tree, a type of balanced binary search tree. |
Tree::RB::Node
A node class for implementing Red/Black trees |
Tree::RB::Node::_Constants
Tree::RB guts |
| Tree::RedBlack
Perl implementation of Red/Black tree, a type of balanced tree. |
Tree::RedBlack::Node
Node class for Perl implementation of Red/Black tree |
Tree::Simple
A simple tree object |
| Tree::Simple::Manager
A class for managing multiple Tree::Simple hierarchies |
Tree::Simple::Manager::Exceptions
A set of exception classes for Tree::Simple::Manager |
Tree::Simple::Manager::Index
A class for quick-access indexing for Tree::Simple hierarchies |
| Tree::Simple::SAX
A set of classes for using Tree::Simple with XML |
Tree::Simple::SAX::Handler
An XML::SAX Handler to create Tree::Simple objects from XML |
Tree::Simple::View
A set of classes for viewing Tree::Simple hierarchies |
| Tree::Simple::View::ASCII
A class for viewing Tree::Simple hierarchies in ASCII |
Tree::Simple::View::DHTML
A class for viewing Tree::Simple hierarchies in DHTML |
Tree::Simple::View::Exceptions
A set of exceptions for Tree::Simple::View |
| Tree::Simple::View::HTML
A class for viewing Tree::Simple hierarchies in HTML |
Tree::Simple::Visitor
Visitor object for Tree::Simple objects |
Tree::Simple::Visitor::BreadthFirstTraversal
A Visitor for breadth-first traversal a Tree::Simple hierarchy |
| Tree::Simple::Visitor::CreateDirectoryTree
A Visitor for create a set of directories and files from a Tree::Simple object |
Tree::Simple::Visitor::FindByNodeValue
A Visitor for finding an element in a Tree::Simple hierarchy by node value |
Tree::Simple::Visitor::FindByPath
A Visitor for finding an element in a Tree::Simple hierarchy with a path |
| Tree::Simple::Visitor::FindByUID
A Visitor for finding an element in a Tree::Simple hierarchy by UID |
Tree::Simple::Visitor::FromNestedArray
A Visitor for creating Tree::Simple objects from nested array trees. |
Tree::Simple::Visitor::FromNestedHash
A Visitor for creating Tree::Simple objects from nested hash trees. |
| Tree::Simple::Visitor::GetAllDescendents
A Visitor for fetching all the descendents of a Tree::Simple object |
Tree::Simple::Visitor::LoadClassHierarchy
A Visitor for loading class hierarchies into a Tree::Simple hierarchy |
Tree::Simple::Visitor::LoadDirectoryTree
A Visitor for loading the contents of a directory into a Tree::Simple object |
| Tree::Simple::Visitor::PathToRoot
A Visitor for finding the path back a Tree::Simple object's root |
Tree::Simple::Visitor::PostOrderTraversal
A Visitor for post-order traversal a Tree::Simple hierarchy |
Tree::Simple::Visitor::PreOrderTraversal
A Visitor for pre-order traversal a Tree::Simple hierarchy |
| Tree::Simple::Visitor::Sort
A Visitor for sorting a Tree::Simple object heirarchy |
Tree::Simple::Visitor::ToNestedArray
A Visitor for creating nested array trees from Tree::Simple objects. |
Tree::Simple::Visitor::ToNestedHash
A Visitor for creating nested hash trees from Tree::Simple objects. |
| Tree::Simple::Visitor::VariableDepthClone
A Visitor for cloning parts of Tree::Simple hierarchy |
Tree::Simple::VisitorFactory
A factory object for dispensing Visitor objects |
Tree::Simple::WithMetaData
A Tree::Simple subclass with added metadata handling |
| Tree::Suffix
Interface to the libstree library |
Tree::Template::Declare
easily build tree structures |
Tree::Template::Declare::DAG_Node
|
| Tree::Template::Declare::HTML_Element
|
Tree::Template::Declare::LibXML
|
Tree::Ternary
Perl implementation of ternary search trees |
| Tree::Ternary_XS
XS implementation of ternary search trees |
Tree::Transform::XSLTish
transform tree data, like XSLT but in Perl |
Tree::Transform::XSLTish::Context
helper class |
| Tree::Transform::XSLTish::Transformer
transformer class for L<Tree::Transform::XSLTish> |
Tree::Transform::XSLTish::Utils
utility functions |
Tree::Treap
randomized binary search trees via the treap structure |
| Tree::Trie
An implementation of the Trie data structure |
Tree::Visualize
A module for visualizing Tree structures |
Tree::Visualize::ASCII::BoundingBox
A bounding box for ASCII drawings |
| Tree::Visualize::ASCII::Connectors::BottomUp::LeftRightConnector
|
Tree::Visualize::ASCII::Connectors::BottomUp::MultiConnector
|
Tree::Visualize::ASCII::Connectors::Diagonal::LeftRightConnector
A connector for Diagonal layouts |
| Tree::Visualize::ASCII::Connectors::LeftSide::LeftRightConnector
|
Tree::Visualize::ASCII::Connectors::LeftSide::MultiConnector
|
Tree::Visualize::ASCII::Connectors::RightSide::MultiConnector
|
| Tree::Visualize::ASCII::Connectors::TopDown::LeftRightConnector
A connector for TopDown layouts |
Tree::Visualize::ASCII::Connectors::TopDown::MultiConnector
|
Tree::Visualize::ASCII::Layouts::Binary
A base class for Tree::Binary and Tree::Binary::Search layouts |
| Tree::Visualize::ASCII::Layouts::Binary::BottomUp
|
Tree::Visualize::ASCII::Layouts::Binary::Diagonal
A Diagonal Tree::Binary and Tree::Binary::Search layout |
Tree::Visualize::ASCII::Layouts::Binary::LeftSide
|
| Tree::Visualize::ASCII::Layouts::Binary::RightSide
|
Tree::Visualize::ASCII::Layouts::Binary::TopDown
A TopDown Tree::Binary and Tree::Binary::Search layout |
Tree::Visualize::ASCII::Layouts::Simple
A base class for Tree::Simple layouts |
| Tree::Visualize::ASCII::Layouts::Simple::BottomUp
|
Tree::Visualize::ASCII::Layouts::Simple::LeftSide
|
Tree::Visualize::ASCII::Layouts::Simple::RightSide
|
| Tree::Visualize::ASCII::Layouts::Simple::TopDown
A TopDown Tree::Simple layout |
Tree::Visualize::ASCII::Node::Brackets
A simple bracket node |
Tree::Visualize::ASCII::Node::Parens
A simple parentheses node |
| Tree::Visualize::ASCII::Node::PlainBox
A simple ASCII box node |
Tree::Visualize::Config
A set of configuration variables for Tree::Visualize |
Tree::Visualize::Connector::Factory
A Tree::Visualize::Connector::IConnector Factory |
| Tree::Visualize::Connector::IConnector
An abstract base class for Connector objects |
Tree::Visualize::Exceptions
A set of exception object for the Tree::Visualize module |
Tree::Visualize::Factory
A Abstract Factory for creating certain components for Tree::Visualize |
| Tree::Visualize::GraphViz::Layouts::Binary::SearchTree
|
Tree::Visualize::GraphViz::Layouts::Binary::Tree
|
Tree::Visualize::GraphViz::Layouts::Simple::Tree
|
| Tree::Visualize::GraphViz::Node::PlainNode
|
Tree::Visualize::Layout::Factory
A Tree::Visualize::Layout::ILayout Factory |
Tree::Visualize::Layout::ILayout
An abstract base class for Layout objects |
| Tree::Visualize::Node::Factory
A Tree::Visualize::Node::INode Factory |
Tree::Visualize::Node::INode
An abstract base class for Node drawings |
Tree::XPathEngine
a re-usable XPath engine |
| Tree::XPathEngine::Boolean
Boolean true/false values |
Tree::XPathEngine::Expr
handles expressions in XPath queries |
Tree::XPathEngine::Function
evaluates XPath functions |
| Tree::XPathEngine::Literal
Simple string values. |
Tree::XPathEngine::LocationPath
|
Tree::XPathEngine::NodeSet
a list of XML document nodes |
| Tree::XPathEngine::Number
Simple numeric values. |
Tree::XPathEngine::Root
going back to the root node in an XPath expression |
Tree::XPathEngine::Step
implements a step in an XPath location path |
| Tree::XPathEngine::Variable
a variable in a Tree::XPathEngine object |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |