Difference between revisions of "Loop"
From Organic Design wiki
m |
|||
Line 1: | Line 1: | ||
− | [[Category:Nodal | + | [[Category:Nodal Concepts]] |
A Loop is formed when all ''[[next]]s'' form a complete loop in one direction and all ''[[prevs]]'' link up in exactly the opposite direction. A Loop does not distinguish any [[List-Item]] as being the start or finish. | A Loop is formed when all ''[[next]]s'' form a complete loop in one direction and all ''[[prevs]]'' link up in exactly the opposite direction. A Loop does not distinguish any [[List-Item]] as being the start or finish. | ||
Revision as of 03:47, 7 August 2006
A Loop is formed when all nexts form a complete loop in one direction and all prevs link up in exactly the opposite direction. A Loop does not distinguish any List-Item as being the start or finish.
Loops are structurally identical to Queues, but are treated differently by the contexts that use them.
This has important implications when it comes to structures composed of Nodes which can be Loops. Since none of the Nodes is the start or finish, a Loop can be referenced by any of its items.
- See Also