effective-link-definitionLinkslink-setflinkfGoTo Top

linkf   link-slot-place unit-instance-or-instances => unit-instance-or-instances[Macro]

Purpose
Add a link between a unit instance and one or more unit instances.

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

link-slot-place     A form which is suitable for use as a generalized reference to a link slot
unit-instance-or-instances     A unit instance or a list of unit instances

Returns
The supplied unit-instance-or-instances.

Events
A link-event is signaled for:

See also
    link-setf
    unlinkf
    unlinkf-all

Example
Add support-hyp to the supporting-hyps link slot of the hyp unit instance unit-instance:

  > (linkf (supporting-hyps-of unit-instance) support-hyp)
  #<hyp 231 (1488 7405) 0.63 [0..8]>
  >


The GBBopen Project


effective-link-definitionLinkslink-setflinkfGoTo Top