All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

graph-node-children

Generic Function
Summary

Returns the children of a graph node.

Package

capi

Signature

graph-node-children node => result

Arguments

node

A graph-node.

Values

result

A list.

Description

The generic function graph-node-children returns a list of all the 'children' of the node node . These children are the nodes which are at the other end of some edge in the graph-node-out-edges of the graph-node node .

See also

graph-node


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex