![]() | ![]() | ![]() | children-of | ![]() |
| space-instance
| [Generic Function] |
Purpose
Return the child space instances of a space instance.
Method signatures
( 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
![]() | ![]() | ![]() | children-of | ![]() |