Mercurial > p > roundup > code
diff doc/glossary.txt @ 783:2f1c59a5bb88
Yes, I know it's not perfect, but I want something in there now ;)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 20 Jun 2002 23:51:09 +0000 |
| parents | |
| children | 5324a28060ab |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/glossary.txt Thu Jun 20 23:51:09 2002 +0000 @@ -0,0 +1,29 @@ +================ +Roundup Glossary +================ + +:Version: $Revision: 1.1 $ + +.. contents:: + + +class + a definition of the properties and behaviour of a set of nodes +db + a collection of nodes +designator + a combined class + nodeid reference to any node in the hyperdb +nodeid + a numeric reference to a particular node of one class +node + a collection of data that forms one entry in the hyperdb. +property + one element of data that makes up a node + + +----------------- + +Back to `Table of Contents`_ + +.. _`Table of Contents`: index.html +
