CLARITY: Standard Generic Function GET-CHILDREN

Generic function GET-CHILDREN

Package:

CLARITY

Syntax:

  get-children node-id
  

Arguments and Values:

node-id---an integer

Description:

The generic function get-children gets left and right child of node in a phylogenetic tree. It takes one parameter, node-id, the unique identifier of the node in the tree and returns the ids of the nodes two children, or nil if it is a leaf node.

Known Methods:

  •   get-children (node-id integer)
      

Examples:

cl-prompt: (clarity:get-children 6)
cl-prompt: (8 12)

Affected By:

None.

Exceptional Situations:

None.

See Also:

None

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.