Difference between revisions of "XCSG:TypeOf"

From AtlasWiki
Jump to: navigation, search
(Created page with "==Specification== {{Edge | extends = Edge | description = Links a Variable to its Type | connects = Variable,Type,*,1 }}")
 
(Specification: escape the | symbol to prevent the description from being truncated...this is a template call, there's no other way)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Links a [[Variable]] to its [[Type]]
+
| description = Links a [[Variable]] or [[DataFlow (Node){{!}}DataFlow]] node to its [[Type]]
| connects = Variable,Type,*,1
+
| connects = Variable,Type,*,1;DataFlow (Node),Type,*,1
 
}}
 
}}

Latest revision as of 13:16, 29 April 2014

Specification

Metaclass TypeOf
Extends Edge
Description Links a Variable or DataFlow node to its Type
Specified Connections
Predecessor Multiplicity Successor
Variable ✱ ➞ 1 Type
DataFlow (Node) ✱ ➞ 1 Type