DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtree-simple-visitorfactory-perl
Beschreibungcollection of dispensing visitor objects for Tree::Simple
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.10-2
Sektionperl
Prioritätoptional
Installierte Größe276 Byte
Hängt ab vonperl, libtree-simple-perl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße84186 Byte
Prüfsumme MD5bb0698c03aeec90c362a17fd6da0fe59
Prüfsumme SHA1fde0cd27ed09b482ba1fbd692381e4e803f76692
Prüfsumme SHA256ef1bc1c16ca9b1caec02944e8dc09736367c130853db00b8e0b47ea40f482290
Link zum Herunterladenlibtree-simple-visitorfactory-perl_0.10-2_all.deb
Ausführliche BeschreibungThe Tree::Simple::VisitorFactory module 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


Impressum
Linux is a registered trademark of Linus Torvalds