XCSG:LocalDataFlow

From AtlasWiki
Revision as of 18:49, 29 April 2014 by TheodoreMurdock (Talk | contribs) (also connects parameters on the input side)

Jump to: navigation, search

LocalDataFlow edges represent the movement of data within a particular method. 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 Method, connects Parameters to DataFlow nodes, and DataFlow nodes to one another, indicating flow of information within that Method.
Direct Subkinds LeftOperand
Specified Connections
Predecessor Multiplicity Successor
Parameter ✱ ➞ ✱ DataFlow (Node)
DataFlow (Node) ✱ ➞ ✱ DataFlow (Node)