Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page XCSG:PassedBy to XCSG:ParameterOf)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
 
{{Edge
 
{{Edge
| extends = Edge
+
| 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 = ParameterPass,CallSite,*,1
 
}}
 
}}

Revision as of 15:16, 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
ParameterPass ✱ ➞ 1 CallSite