XCSG:Contains

From AtlasWiki
Revision as of 18:25, 15 May 2014 by Pi (Talk | contribs)

Jump to: navigation, search

A Contains edge indicates that the code element represented by the node it comes from contains the code element represented by the node it goes to, either logically or lexically.

Note that the contains edges do not necessarily form a tree or forest of trees, though they may for some languages.

Specification

Metaclass Contains
Description Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Direct Subkinds HasControlFlow, HasReturnValue, HasVariable
Permitted Connections
Predecessor Multiplicity Successor
Container 1 ➞ ✱ Node