Difference between revisions of "XCSG:ReadsVariable"

From AtlasWiki
Jump to: navigation, search
(Created page with "==Specification== {{Edge | extends = Edge | description = Connects a Function to a InstanceVariable or ProgramVariable that it reads. }}")
 
Line 3: Line 3:
 
| extends = Edge
 
| extends = Edge
 
| description = Connects a [[Function]] to a [[InstanceVariable]] or [[ProgramVariable]] that it reads.
 
| description = Connects a [[Function]] to a [[InstanceVariable]] or [[ProgramVariable]] that it reads.
 +
| specified = Function, InstanceVariable, 1, *; Function, ProgramVariable, 1, *
 
}}
 
}}

Revision as of 15:29, 18 September 2015

Specification

Metaclass ReadsVariable
Extends Edge
Description Connects a Function to a InstanceVariable or ProgramVariable that it reads.
Specified Connections
Predecessor Multiplicity Successor
Function 1 ➞ ✱ InstanceVariable
Function 1 ➞ ✱ ProgramVariable