Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page XCSG:ParameterOf to ParameterInputTo without leaving a redirect)
Line 3: Line 3:
 
| extends = CallInputTo
 
| extends = CallInputTo
 
| description = Connects a [[ParameterPass]] node to the [[CallSite]] representing the [[Function]] call that passes it.
 
| description = Connects a [[ParameterPass]] node to the [[CallSite]] representing the [[Function]] call that passes it.
| connects = ParameterPass,CallSite,*,1
+
| connects = ParameterInput,CallSite,*,1
 
}}
 
}}

Revision as of 15:32, 15 September 2014

Specification

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