XCSG:LocalDataFlow

From AtlasWiki
Jump to: navigation, search

LocalDataFlow edges represent the movement of data within a particular Function. The existence of a LocalDataFlow edge implies that the the particular step in data flow it represents is not affected by operations in other threads.


Metaclass LocalDataFlow
Extends DataFlow (Edge)
Description Within the scope of a particular Function, connects Parameters to DataFlow nodes, and DataFlow nodes to one another, indicating flow of information within that Function.
Direct Subkinds LeftOperand
Permitted Connections
Predecessor Multiplicity Successor
Parameter ✱ ➞ ✱ DataFlow (Node)
DataFlow (Node) ✱ ➞ ✱ DataFlow (Node)
ProgramVariable ✱ ➞ ✱ DataFlow (Node)