XCSG:DataFlow (Edge)

From AtlasWiki
Jump to: navigation, search

Specification

Metaclass DataFlow (Edge)
Extends Edge
Description Connects DataFlow nodes to one another and to Variables, linking the origin of data to locations that it is modified or consumed.
Direct Subkinds CompileTimeDataFlow, InterproceduralDataFlow, LocalDataFlow
Specified Connections
Predecessor Multiplicity Successor
DataFlow (Node) ✱ ➞ ✱ DataFlow (Node)
Variable ✱ ➞ ✱ DataFlow (Node)
DataFlow (Node) ✱ ➞ ✱ Variable
Tag leftOperand
Description Indicates that this edge connects a possible left operand to the BinaryOperator it is a possible left operand of.
Tag rightOperand
Description Indicates that this edge connects a possible right operand to the BinaryOperator it is a possible right operand of.