Paketname | libtree-dagnode-perl |
Beschreibung | Tree::DAG_Node - (super)class for representing nodes in a tree |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.06-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 172 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 54062 Byte |
Prüfsumme MD5 | 0cd6ab68522cda539bfed56d3aa6c476 |
Prüfsumme SHA1 | 57a1a410f2c3b74e9511df2e52abb77d0a27498a |
Prüfsumme SHA256 | cc87f04ceffd93984da805bb96efea3bf3b1c36ab41db36e6db3052bd7b725fb |
Link zum Herunterladen | libtree-dagnode-perl_1.06-1_all.deb |
Ausführliche Beschreibung | Tree::DAG_Node is a (super)class for representing nodes in a tree.
.
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 that can be used to build up
a tree, while preventing you from ever making any kinds of linkages
which are not allowed in a tree (such as having a node be its own
mother or ancestor, or having a node have two mothers).
|