initial-class-instance-numberGBBopen Coreinstance-dimension-valueinstance-deleted-pGoTo Top

instance-deleted-p   unit-instance => boolean[Function]

Purpose
Determine if a unit instance has been deleted.

Package   :gbbopen

Module   :gbbopen-core

Arguments and values

unit-instance     A unit instance
boolean     A generalized boolean

Returns
True if the unit instance is deleted; nil otherwise.

See also
    *skip-deleted-unit-instance-class-change*
    check-for-deleted-instance
    delete-instance
    incomplete-instance-p

Example
Create, then delete, then check, a hyp unit instance:

  > (instance-deleted-p (delete-instance (make-instance 'hyp)))
  t
  >


The GBBopen Project


initial-class-instance-numberGBBopen Coreinstance-dimension-valueinstance-deleted-pGoTo Top