Difference between revisions of "Program Flow"
From CometWiki
m (Created page with 'Figure 1: Comet program flow The program works in an iterative loop: creating new nodes and links, and updating the positions of existin...') |
m |
||
| Line 1: | Line 1: | ||
| − | [[file:Overview_simple.svg|frame|right|Figure 1: Comet program flow]] | + | [[file:Overview_simple.svg|frame|right|Figure 1: Comet program flow (simple)]] |
| + | |||
The program works in an iterative loop: creating new nodes and links, and updating the positions of existing nodes (Figure 1) | The program works in an iterative loop: creating new nodes and links, and updating the positions of existing nodes (Figure 1) | ||
| + | |||
| + | [[file:Overview_complex.svg|frame|right|Figure 2: Comet program flow (detailed)]] | ||
Revision as of 11:03, 13 April 2009
The program works in an iterative loop: creating new nodes and links, and updating the positions of existing nodes (Figure 1)