Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
(waffling on whether InvokedObject or IdentityPass or something else is the best name, switching to keep the wiki more self consistent for the moment)
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 [[InvokedObject]] node to a [[CallSite]], indicating that the [[InvokedObject]] node is the object receiving the call, and the input to the implicit [[Identity]] parameter.
 
| specified = InvokedObject,CallSite,0..1,1
 
| specified = InvokedObject,CallSite,0..1,1
 
}}
 
}}

Revision as of 19:19, 12 September 2014

Specification

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