Node space

From Organic Design wiki
Revision as of 08:47, 8 August 2006 by Nad (talk | contribs) (add image)

A Nodal Space is a local collection of nodes existing on a Peer at runtime to which the Nodal Reduction process occurs. All nodes at runtime are referred to directly by their memory references, not by their global identity which is only used for storage and communication of nodal information, not the processing of it.

On languages that support it, a Nodal Space can be implimented by sub-classing the standard associative array syntax and methods to allow the use of associative-array-references as array-keys rather than strings or numbers.

For languages that don't support this level of object-orientedness, the Nodal Space must be implimented using functions or methods with a list of associative-array-references as a path parameter.


Nodespace-text.jpg


See also