Difference between revisions of "XCSG:ReadsVariable"

From AtlasWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
==Specification==
 
==Specification==
 
{{Edge
 
{{Edge
| extends = Edge
+
| extends = Reads
 
| 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, *
 
| specified = Function, InstanceVariable, 1, *; Function, ProgramVariable, 1, *
 
}}
 
}}

Latest revision as of 15:33, 18 September 2015

Specification

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