![]() | ![]() | ![]() | describe-space-instance | ![]() |
|
| space-instance-or-path | [Generic Function] |
Purpose
Describe a space instance.
Method signatures
(space-instance-path cons)
|
(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))
>
Note
Describe-space-instance can be invoked using the REPL command
:dsi, which also sets = to the described space instance.
The GBBopen Project
![]() | ![]() | ![]() | describe-space-instance | ![]() |