Difference between revisions of "Node space"

From Organic Design wiki
m (Caretaker: Format cat links)
m (Caretaker: Format cat links)
Line 1: Line 1:
 
[[Category:Glossary]][[Category:Nodal Concepts]]
 
[[Category:Glossary]][[Category:Nodal Concepts]]
 +
  
 
A Nodal Space is a local collection of nodes existing on a [[Peer]] at runtime to which the [[Nodal Reduction]] process occurs. All [[Node|nodes]] at runtime are referred to directly by their memory references, not by their [[Identity|global identity]] which is only used for storage and communication of nodal information, not the processing of it.
 
A Nodal Space is a local collection of nodes existing on a [[Peer]] at runtime to which the [[Nodal Reduction]] process occurs. All [[Node|nodes]] at runtime are referred to directly by their memory references, not by their [[Identity|global identity]] which is only used for storage and communication of nodal information, not the processing of it.

Revision as of 18:52, 30 October 2006


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 implemented 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 implemented using functions or methods with a list of associative-array-references as a path parameter.


Nodespace-text.jpg


See also