Difference between revisions of "GetArrowsOnDiagram"

(Created page with "category:Meta-Inference Functions ''new to Analytica 4.7'' == GetArrowsOnDiagram( module ) == Returns a list of the arrows that appear on an influence diagram. Each...")
 
Line 3: Line 3:
 
''new to [[Analytica 4.7]]''
 
''new to [[Analytica 4.7]]''
  
== GetArrowsOnDiagram( module ) ==
+
== GetArrowsOnDiagram(module) ==
  
Returns a list of the arrows that appear on an influence diagram. Each arrow is returned as a reference to a list containing three elements: Handle to source node, handle to target node, an integer that has bit zero (i.e., is odd) when the arrow is a dynamic arrow.
+
Returns a list of the arrows that appear on an influence diagram. Each arrow is returned as a reference to a list containing three elements: [[Handle]] to source node, handle to target node, an integer that has bit zero (i.e., is odd) when the arrow is a [[dynamic]] arrow.
 +
 
 +
==History==
 +
Introduced in [[Analytica 4.7]].
 +
 
 +
==See Also==
 +
* [[Draw arrows]]
 +
* [[Draw arrows between modules]]
 +
* [[Drawing arrows between variables in different modules]]
 +
* [[Modules and Libraries]]
 +
* [[Arranging nodes to make clear diagrams]]
 +
* [[Diagram window]]

Revision as of 21:09, 17 February 2016


new to Analytica 4.7

GetArrowsOnDiagram(module)

Returns a list of the arrows that appear on an influence diagram. Each arrow is returned as a reference to a list containing three elements: Handle to source node, handle to target node, an integer that has bit zero (i.e., is odd) when the arrow is a dynamic arrow.

History

Introduced in Analytica 4.7.

See Also

Comments


You are not allowed to post comments.