XCSG:LocalDataFlow

From AtlasWiki
Revision as of 19:28, 15 May 2014 by Pi (Talk | contribs)

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
Permitted Connections
Predecessor Multiplicity Successor
Parameter ✱ ➞ ✱ DataFlow (Node)
DataFlow (Node) ✱ ➞ ✱ DataFlow (Node)
ProgramVariable ✱ ➞ ✱ DataFlow (Node)