diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 05:42:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 05:42:57 +0000 |
commit | 4a32dc994b25c6bcf5ad582d144c8ffc4db41a66 (patch) | |
tree | 00d62434b34999b87dd528124c4558fa1c707425 /textproc/p5-Tree-Nary/pkg-descr | |
parent | b08e1a20aeb371ce63c0ecc456ef2489791e32c6 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Tree-Nary/pkg-descr')
-rw-r--r-- | textproc/p5-Tree-Nary/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-Tree-Nary/pkg-descr b/textproc/p5-Tree-Nary/pkg-descr new file mode 100644 index 000000000000..7ed27d1824d2 --- /dev/null +++ b/textproc/p5-Tree-Nary/pkg-descr @@ -0,0 +1,9 @@ +The Tree::Nary class implements N-ary trees (trees of data with any +number of branches), providing the organizational structure for a +tree (collection) of any number of nodes, but knowing nothing about +the specific type of node used. It can be used to display +hierarchical database entries in an internal application (the NIS +netgroup file is an example of such a database). It offers the +capability to select nodes on the tree, and attachment points for +nodes on the tree. Each attachment point can support multiple +child nodes. |