Difference between revisions of "Loop"
From Organic Design wiki
m (Caretaker: Format links) |
(embed nodeLOOP) |
||
Line 2: | Line 2: | ||
{{stub}} | {{stub}} | ||
;Current Loop | ;Current Loop | ||
− | + | [[+nodeLOOP|]] | |
− | |||
;Loops in general | ;Loops in general |
Revision as of 09:08, 1 November 2006
- Current Loop
[[+nodeLOOP|]]
- Loops in general
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.