![]() | ![]() | ![]() | stream-remove-instance-from-space-instance | ![]() |
| unit-instance | [Function] |
Purpose
Write removing a unit instance from a
space instance to a streamer.
Package :gbbopen
Module :streaming
Arguments and values
unit-instance | The removed unit instance | |
space-instance-or-path | The space instance or
space-instance path from which the | |
streamer | A streamer |
Returns
The unit-instance.
See also
stream-add-instance-to-space-instance
stream-delete-instance
stream-instance
stream-instances
stream-instances-of-class
stream-instances-on-space-instances
Examples
Examples
Stream to streamer *streamer*
the
removal of an incorrect hypothesis unit instance,
incorrect-hyp
hyps
space instance:
> (stream-remove-instance-from-space-instance incorrect-hyp (find-space-instance-by-path '(bb hyps))) #<hyp 311 (896 388) 0.68 [0..6]> >or
> (stream-remove-instance-from-space-instance incorrect-hyp '(bb hyps)) #<hyp 311 (896 388) 0.68 [0..6]> >
The GBBopen Project
![]() | ![]() | ![]() | stream-remove-instance-from-space-instance | ![]() |