describe-space-instanceBlackboard Repositorydo-space-instancesdescribe-space-instance-storageGoTo Top

describe-space-instance-storage   space-instance-or-path[Generic Function]

Purpose
Describe the storage structure of a space instance.

Method signatures

describe-space-instance-storage  (space-instance-path cons)
describe-space-instance-storage  (space-instance standard-space-instance)

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

space-instance-or-path     A space instance or a space-instance path

Description
The description is printed to the *standard-output* stream.

See also
    describe-space-instance
    describe-instance
    make-space-instance

Example
Describe the storage structure of the hyps space instance:

  > (describe-space-instance-storage '(bb hyps))
    Standard-space-instance #<standard-space-instance (bb hyps)>
    2d-Uniform-Buckets (hyp+) (x y) 1.4 (857/611)
       hyp             479
       sub-hyp         132
    Unstructured-Storage (t) t N/A
  >

REPL Note
Describe-space-instance-storage can be invoked using the REPL command:

  :dsis {space-instance | space-instance-path}

which also sets = to the described space instance.


The GBBopen Project


describe-space-instanceBlackboard Repositorydo-space-instancesdescribe-space-instance-storageGoTo Top