Difference between revisions of "Java:ArrayLengthPassedTo"

From AtlasWiki
Jump to: navigation, search
Line 3: Line 3:
 
| extends = Edge
 
| extends = Edge
 
| description = Connects a [[DataFlow (Node)]] representing the integer length expression to an [[ArrayInstantiation]].
 
| description = Connects a [[DataFlow (Node)]] representing the integer length expression to an [[ArrayInstantiation]].
| specified = DataFlow (Node),ArrayInstantiation,1,1
+
| specified = DataFlow (Node),ArrayInstantiation,0..1,1
 
}}
 
}}

Revision as of 16:34, 15 October 2015

Specification

Metaclass ArrayLengthPassedTo
Extends Edge
Description Connects a DataFlow (Node) representing the integer length expression to an ArrayInstantiation.
Specified Connections
Predecessor Multiplicity Successor
DataFlow (Node) 0..1 ➞ 1 ArrayInstantiation