define-ksa-classAgenda Control Shellensure-ksdescribe-ksGoTo Top

describe-ks   ks-name[Generic Function]

Purpose
Print information about a knowledge source (KS).

Method signatures

describe-ks  (ks-name symbol)
describe-ks  (ks ks)

Package   :agenda-shell

Module   :agenda-shell

Arguments and values

unit-class-name     A unit-class or a symbol specifying a unit class.

Description
The description is printed to the *standard-output* stream.

See also
    define-ks
    ks

Example

  > (describe-ks 'start-control-shell-ks)

  KS: start-control-shell-ks
    Trigger events:        ((control-shell-started-event))
    Precondition function: #<Function scse-precondition>
    Execution function:    #<Function scse-fn>
  >


The GBBopen Project


define-ksa-classAgenda Control Shellensure-ksdescribe-ksGoTo Top