change-space-instanceBlackboard Repositoryclear-space-instanceschildren-ofGoTo Top

children-of   space-instance => space-instances[Generic Function]

Purpose
Return the child space instances of a space instance.

Method signatures

children-of  (space-instance standard-space-instance) => space-instances

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

space-instance     A space instance
space-instances     A proper list

Returns
A list of the child space instances.

See also
    make-space-instance
    parent-of

Example
Return the child space instances of the (bb) space instance:

  > (children-of (find-space-instance-by-path '(bb))
  (#<standard-space-instance (bb hyps)>
   #<standard-space-instance (bb probable-hyps)>
   #<standard-space-instance (bb rejected-hyps)>)
  >

Note
The returned list of child space instances should not be destructively altered.


The GBBopen Project


change-space-instanceBlackboard Repositoryclear-space-instanceschildren-ofGoTo Top