Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
(Specification)
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = CallInputTo
 
| extends = CallInputTo
| description = Connects an [[IdentityPass]] node to a [[CallSite]], indicating that the [[IdentityPass]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
+
| description = Connects an [[IdentityInput]] node to a [[CallSite]], indicating that the [[IdentityPass]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
| specified = IdentityPass,CallSite,0..1,1
+
| specified = IdentityInput,CallSite,0..1,1
 
}}
 
}}

Revision as of 14:59, 15 September 2014

Specification

Metaclass IdentityPassedTo
Extends CallInputTo
Description Connects an IdentityInput node to a CallSite, indicating that the IdentityPass node is the object receiving the call, and the input to the implicit Identity parameter.
Specified Connections
Predecessor Multiplicity Successor
IdentityInput 0..1 ➞ 1 CallSite