Difference between revisions of "XCSG:IdentityPassedTo"

From AtlasWiki
Jump to: navigation, search
(We may represent some instance method calls as static dispatch, so backing off on specificity)
Line 1: Line 1:
 
==Specification==
 
==Specification==
 
{{Edge
 
{{Edge
| extends = ExtendedParameterOf
+
| extends = CallInputTo
 
| 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 = InvokedObject,DynamicCallSite,1,1
+
| specified = InvokedObject,CallSite,1,0..1
 
}}
 
}}

Revision as of 18:50, 12 September 2014

Specification

Metaclass IdentityPassedTo
Extends CallInputTo
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 ➞ 0..1 CallSite