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...") |
m (→See Also) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[category:Meta-Inference Functions]] | [[category:Meta-Inference Functions]] | ||
− | ''new to [[Analytica | + | ''new to [[Analytica 5.0]]'' |
− | == GetArrowsOnDiagram( module ) == | + | == GetArrowsOnDiagram(module'', browseOnly'') == |
− | Returns a list of the arrows that appear on an influence diagram. Each arrow | + | Returns a list of the arrows that appear on an influence diagram. Each arrow returned has three elements: |
+ | * [[Handle]] to source node | ||
+ | * handle to target node | ||
+ | * flags -- a sum of integer bits: | ||
+ | *:1 = the arrow is a [[dynamic]] arrow. | ||
+ | *:2 = the arrow is hidden in browse mode, but visible in edit mode. (new to [[Analytica 6.0]]) | ||
+ | |||
+ | (new to [[Analytica 6.0]]). When the optional «browseOnly» parameter is set to true, arrows that are hidden in browse mode are not included in the result. | ||
+ | |||
+ | ==History== | ||
+ | Introduced in [[Analytica 5.0]]. | ||
+ | |||
+ | ==See Also== | ||
+ | * [[Draw arrows]] | ||
+ | * [[Draw arrows between modules]] | ||
+ | * [[Modules and Libraries]] | ||
+ | * [[Arranging nodes to make clear diagrams]] | ||
+ | * [[Diagram window]] | ||
+ | * [[Meta-Inference]] |
Latest revision as of 20:16, 30 April 2024
new to Analytica 5.0
GetArrowsOnDiagram(module, browseOnly)
Returns a list of the arrows that appear on an influence diagram. Each arrow returned has three elements:
- Handle to source node
- handle to target node
- flags -- a sum of integer bits:
- 1 = the arrow is a dynamic arrow.
- 2 = the arrow is hidden in browse mode, but visible in edit mode. (new to Analytica 6.0)
(new to Analytica 6.0). When the optional «browseOnly» parameter is set to true, arrows that are hidden in browse mode are not included in the result.
History
Introduced in Analytica 5.0.
See Also
Comments
Enable comment auto-refresher