Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
m (Dgriffen moved page ParameterInputTo to ParameterPassedTo)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
 
{{Edge
 
{{Edge
| extends = CallInputTo
+
| extends = PassedTo
 
| description = Connects a [[ParameterInput]] node to the [[CallSite]] representing the [[Function]] call that passes it.
 
| description = Connects a [[ParameterInput]] node to the [[CallSite]] representing the [[Function]] call that passes it.
 
| connects = ParameterInput,CallSite,*,1
 
| connects = ParameterInput,CallSite,*,1
 
}}
 
}}

Revision as of 14:55, 14 September 2015

Specification

Metaclass ParameterPassedTo
Extends PassedTo
Description Connects a ParameterInput node to the CallSite representing the Function call that passes it.
Direct Subkinds Java:EnclosingInstanceParameterPassedTo
Specified Connections
Predecessor Multiplicity Successor
ParameterInput ✱ ➞ 1 CallSite