Paketname | libtree-simple-visitorfactory-perl |
Beschreibung | A collection of dispensing visitor objects for Tree::Simple |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.10-1.1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 280 Byte |
Hängt ab von | libtree-simple-perl (>= 1.12), perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 85154 Byte |
Prüfsumme MD5 | f21565bedfa03e23ec4463eeaebc5e45 |
Prüfsumme SHA1 | c8491196232fa02c849ac8b32cff66dfd9196b89 |
Prüfsumme SHA256 | 6510561e9a22a8aac21381572b553de903891cb1551a1f3cf6a98b6c3c6c6650 |
Link zum Herunterladen | libtree-simple-visitorfactory-perl_0.10-1.1_al |
Ausführliche Beschreibung | This package contains a number of visitor objects which can perform various
tasks on Tree::Simple objects.
.
The following visitors are included:
* PathToRoot: find the path back to the tree's root node
* FindByPath: find the node specified by a path
* FindByUID: find the node with the same UID
* FindByNodeValue: find the node with the same node value
* BreadthFirstTraversal: implements a breadth-first traversal
* PostOrderTraversal: implements a post-order traversal
* PreOrderTraversal: implements a pre-order traversal
* LoadDirectoryTree: load a directory tree into a Tree::Simple hierarchy
* CreateDirectoryTree: create a set of directories and files from a
Tree::Simple hierarchy
* FromNestedArray: create a Tree::Simple hierarchy from nested arrays
* ToNestedArray: create a nested array construct from a Tree::Simple hierarchy
* Tree::Simple::Visitor::VariableDepthClone: clone parts of Tree hierarchies
* FromNestedHash: create a Tree::Simple hierarchy from nested hashes
* ToNestedHash: create a nested hash construct from a Tree::Simple hierarchy
* LoadClassHierarchy: create a Tree::Simple hierarchy which models the classes
inheritance heirarchy
* GetAllDescendents: return all the descendents recursively on down the
hierarchy
* Sort: implements a multi-level sort of a Tree::Simple heirarchy
|