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)
(fix multiplicity)
Line 3: Line 3:
 
| extends = CallInputTo
 
| 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,CallSite,1,0..1
+
| specified = InvokedObject,CallSite,0..1,1
 
}}
 
}}

Revision as of 18:53, 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 0..1 ➞ 1 CallSite