do-space-instancesBlackboard Repositoryfind-space-instancesfind-space-instance-by-pathGoTo Top

find-space-instance-by-path   space-instance-path => space-instance or nil[Function]

Purpose
Return the space instance with the specified space-instance path.

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

space-instance-path     A space-instance path specifying the space instance to be returned
space-instance     A space instance or nil

Returns
The specified space instance if it exists; nil otherwise.

See also
    find-space-instances

Example
Find the space instance with path (bb hyps):

  > (find-space-instance-by-path '(bb hyps))
  #<standard-space-instance (bb hyps)>
  >


The GBBopen Project


do-space-instancesBlackboard Repositoryfind-space-instancesfind-space-instance-by-pathGoTo Top