Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
(Specification: use IdentityPass and DynamicCallSite to specify the behavior more precisely)
Line 3: Line 3:
 
| extends = ParameterOf
 
| extends = ParameterOf
 
| description = Indicates that the [[ParameterPass]] node connected over this [[ParameterOf]] edge is the identity of an object-oriented call.
 
| description = Indicates that the [[ParameterPass]] node connected over this [[ParameterOf]] edge is the identity of an object-oriented call.
| specified = IdentityPass,DynamicCallSite,1,1
+
| specified = InvokedObject,DynamicCallSite,1,1
 
}}
 
}}

Revision as of 20:13, 9 September 2014

Specification

Metaclass IdentityPassedTo
Extends ParameterOf
Description Indicates that the ParameterPass node connected over this ParameterOf edge is the identity of an object-oriented call.
Specified Connections
Predecessor Multiplicity Successor
InvokedObject 1 ➞ 1 DynamicCallSite