empty-blackboard-repository-pBlackboard 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)>
  >

REPL Note
Find-space-instance-by-path can be invoked using the REPL command:

  :fsi {space-instance | space-instance-path}
which sets = to the found space instance.


The GBBopen Project


empty-blackboard-repository-pBlackboard Repositoryfind-space-instancesfind-space-instance-by-pathGoTo Top