CL-GODB: Function COUNT-ALL-NODES

Function COUNT-ALL-NODES

Package:

GODB

Syntax:

  count-all-nodes 
  => number-of-nodes
  

Arguments and Values:

None.

Description:

The function count-all-nodes is used to find the number of entries present in the "term" table of the GODB. It takes no parameters and returns number-of-nodes, an integer

Known Methods:

  •   count-all-nodes
      =>  number-of-nodes
      

Affected By:

None.

Examples:

cl-prompt: (godb:count-all-nodes)
18091

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.