Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
basic_data_flow [2026/07/21 22:21]
hermann
basic_data_flow [2026/07/21 22:38] (current)
hermann
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-A Dinamica EGO model is, at its core, a graph: **functors** connected through their input and output ports. This is true no matter how the model was authored — built visually in the GUI, or written by hand in [[ego_script|EGO Script]]. ​Both are just different notations for describing ​the same underlying graph, and the execution engine schedules functors from that graph, not from the notation used to write it. This page describes how that scheduling works, independently of any particular notation.+A Dinamica EGO model is, at its core, a graph: **functors** connected through their input and output ports. This is true no matter how the model was authored — built visually in the GUI, saved as [[xml_script|XML Script]], or written by hand in [[ego_script|EGO Script]]. ​Either notation ​just describes ​the same underlying graph, and the execution engine schedules functors from that graph, not from the notation used to write it. This page describes how that scheduling works, independently of any particular notation.
  
 ===== Functors and connections ===== ===== Functors and connections =====