ks-enabled-pAgenda Control Shellksaks-ofGoTo Top

ks-of   ksa => ks[Generic Reader]

Purpose
Returns the knowledge source (KS) unit instance of a KSA.

Method signatures

ks-of  (ksa ksa) => ks

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

ksa     A KSA
ks     A KS

Returns
The KS unit instance of ksa

Description
This generic function accesses the value stored in the ks link slot of ksa. This value is maintained by the Agenda Shell and should not be changed.

See also
    ks
    ksa

Example
Return the KS of a KSA:

  > (ks-of ksa)
  #<ks start-control-shell-ks>
  >


The GBBopen Project


ks-enabled-pAgenda Control Shellksaks-ofGoTo Top