describe-blackboard-repositoryBlackboard Repositorydescribe-space-instance-storagedescribe-space-instanceGoTo Top

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

Purpose
Describe a space instance.

Method signatures

describe-space-instance  (space-instance-path cons)
describe-space-instance  (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-instance
    describe-space-instance-storage
    make-space-instance

Example
Describe the hyps space instance:

  > (describe-space-instance '(bb hyps))
    Standard-space-instance #<standard-space-instance (bb hyps)>
      Path: (bb hyps)
      Allowed unit classes:
        (hyp :plus-subclasses)
      Dimensions:
        (belief (:ordered number))
        (velocity-range (:ordered number))
        (color (:enumerated eq))
        (classification (:enumerated eq))
        (x (:ordered fixnum))
        (y (:ordered fixnum))
  >

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

  :dsi {space-instance | space-instance-path}
which also sets = to the described space instance.


The GBBopen Project


describe-blackboard-repositoryBlackboard Repositorydescribe-space-instance-storagedescribe-space-instanceGoTo Top