Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
m (Dgriffen moved page IdentityPassedTo to XCSG:IdentityPassedTo: All tags are being moved to XCSG namespace)
 
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = PassedTo
 
| extends = PassedTo
| description = Connects an [[IdentityInput]] node to a [[CallSite]], indicating that the [[IdentityInput]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
+
| description = Connects an [[XCSG:IdentityPass|IdentityPass]] node to a [[XCSG:CallSite]], indicating that the [[XCSG:IdentityPass|IdentityPass]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
| specified = IdentityInput,CallSite,0..1,1
+
| specified = IdentityPass,CallSite,0..1,1
 
}}
 
}}

Latest revision as of 16:07, 2 November 2015

Specification

Metaclass IdentityPassedTo
Extends PassedTo
Description Connects an IdentityPass node to a XCSG: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
IdentityPass 0..1 ➞ 1 CallSite