Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page XCSG:IdentityOf to IdentityInputTo without leaving a redirect)
Line 1: Line 1:
 
==Specification==
 
==Specification==
 
{{Edge
 
{{Edge
| extends = CallInputTo
+
| 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 [[IdentityInput]] node to a [[CallSite]], indicating that the [[IdentityInput]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
 
| specified = IdentityInput,CallSite,0..1,1
 
| specified = IdentityInput,CallSite,0..1,1
 
}}
 
}}

Revision as of 14:57, 14 September 2015

Specification

Metaclass IdentityPassedTo
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.
Specified Connections
Predecessor Multiplicity Successor
IdentityInput 0..1 ➞ 1 CallSite