File: README

package info (click to toggle)
libtree-multinode-perl 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 599; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name             DLSI  Description                        Info
---------------  ----  ---------------------------------  --------
Tree::MultiNode  adpO  Multi node unordered tree objects  KRBURTON

This is an implementation of a multi node tree.  The uniqueness of
keys is not enforced, nor is there enforcement of ordering of nodes.

Tree::MultiNode was created to aid in modeling heriarchical 
relationships, like the relationships inherent in the records from
a RDBMS.  Where multi-to-multi relationships could produce multiple
child nodes with the same types or basic attributes.  Unique key
enforcement would be inappropriate in these cases (at least for me).


Copyright 1997-2002 Kyle R. Burton.  All rights reserved.
  mortis@voicenet.com
  http://www.voicenet.com/~mortis

This package is free software and is provided "as is" without express
or implied warranty.  It may be used, redistributed and/or modified
under the terms of the Perl Artistic License (see
http://www.perl.com/perl/misc/Artistic.html)