remove-from-broadcast-streamerStreamingstream-delete-instancestream-add-instance-to-space-instanceGoTo Top

stream-add-instance-to-space-instance   unit-instance space-instance-or-path streamer => instance[Function]

Purpose
Write adding a unit instance to a space instance to a streamer.

Package   :gbbopen

Module   :streaming

Arguments and values

unit-instance     The added unit instance
space-instance-or-path     The space instance or space-instance path to which the unit instance is added
streamer     A streamer

Returns
The unit-instance.

See also
    stream-delete-instance
    stream-instance
    stream-instances
    stream-instances-of-class
    stream-instances-on-space-instances
    stream-remove-instance-from-space-instance

Examples
Stream to streamer *streamer* the addition of a highly plausible hypothesis unit instance, good-hyp, to the hyps space instance:

  > (stream-add-instance-to-space-instance
      good-hyp (find-space-instance-by-path '(bb hyps)))
  #<hyp 419 (1835 4791) 0.85 [5..35]>
  >
or
  > (stream-add-instance-to-space-instance good-hyp '(bb hyps))
  #<hyp 419 (1835 4791) 0.85 [5..35]>
  >


The GBBopen Project


remove-from-broadcast-streamerStreamingstream-delete-instancestream-add-instance-to-space-instanceGoTo Top