reset-unit-classGBBopen Corestandard-unit-classspace-instances-ofGoTo Top

space-instances-of   unit-instance => space-instances[Function]

Purpose
Obtain the space instances on which a unit instance resides.

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

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

Returns
The list of space instances on which unit-instance resides.

Example
Return the space instances on which the unit instance, unit-instance, resides:

  > (space-instances-of unit-instance)
  (#<standard-space-instance (bb hyps)>)
  >

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


The GBBopen Project


reset-unit-classGBBopen Corestandard-unit-classspace-instances-ofGoTo Top