CLARITY: Standard Generic Function INSERT-NODE

Generic function INSERT-NODE

Package:

CLARITY

Syntax:

  insert-node cl-handle new-node-id sibling-node-id
  

Arguments and Values:

cl-handle---a clarity-handle

new-node-id---an integer

sibling-node-id---an integer

Description:

The generic function insert-node inserts a new node as the sibling of the specified node in the phylogenetic tree. It creates a parent node for the specified nodes and inserts it in the appropriate place. The function takes three parameters, clarity-handle, which identifies the clarity database; new-node, which is the integer id of the new node in the tree table of the database and sibling-node-id, which is the id of the node to which the new node is most similar and the node which will be its sibling in the phylogenetic tree.

Known Methods:

  •   insert-node (cl-handle clarity-handle) (new-node-id integer) (sibling-node-id integer)
      

Examples:

cl-prompt: (clarity:insert-node cl-handle 7 9)

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.