![]() | ![]() | ![]() | stream-link | ![]() |
| unit-instance slot other-unit-instances streamer
| [Function] |
Purpose
Write links added between a unit instance and one
or more unit instances to a streamer.
Package :gbbopen
Module :streaming
Arguments and values
unit-instance | A unit instance (or space instance) | |
slot | A non-nil , non-keyword symbol naming the link slot or a slot meta object
| |
other-unit-instances | A unit instance, a link-pointer object, or a list of unit instances and link-pointer objects | |
streamer | A streamer |
Returns
The supplied other-unit-instances.
See also
stream-nonlink-slot-update
stream-unlink
Example
Stream adding a link of support-hyp
to the
supporting-hyps
hyp
unit instance unit-instance
*streamer*
:
> (stream-link unit-instance 'supporting-hyps support-hyp *streamer*) #<hyp 231 (1488 7405) 0.63 [0..8]> >
The GBBopen Project
![]() | ![]() | ![]() | stream-link | ![]() |