object-w-learning

Class summary
object-w-learning
Method summary
add-diagnostic object diagnostic &key
add-problem (object object-w-learning) problem &key &allow-other-keys
add-repair object repair &key
delete-diagnostic object diagnostic &key
delete-repair object repair &key
diagnostics object-w-learning
get-diagnostics (object object-w-learning) &key &allow-other-keys
get-problems (object object-w-learning) &key &allow-other-keys
get-repairs (object object-w-learning) &key &allow-other-keys
problems object-w-learning
repairs object-w-learning
object-w-learning    [Class]

A class that provided with diagnostics, repairs and problems

:diagnostics    [Initarg]
:problems    [Initarg]
:repairs    [Initarg]
diagnostics    [Slot]

A list of all diagnostics.

problems    [Slot]

All the problems that were reported by diagnostics.

repairs    [Slot]

A list of repairs.

repairs   object-w-learning  [Generic function]

Returns and (with setf) changes the repairs of the specified object-w-learning

problems   object-w-learning  [Generic function]

Returns and (with setf) changes the problems of the specified object-w-learning

diagnostics   object-w-learning  [Generic function]

Returns and (with setf) changes the diagnostics of the specified object-w-learning

add-diagnostic   object diagnostic &key  [Generic function]

Add diagnostics to an object.

delete-diagnostic   object diagnostic &key  [Generic function]

Deletes a diagnostic from an object

add-repair   object repair &key  [Generic function]

Adds a repair strategy to an object.

delete-repair   object repair &key  [Generic function]

Deletes a repair strategy from an object

get-diagnostics   (object object-w-learning) &key &allow-other-keys  [Method]
get-repairs   (object object-w-learning) &key &allow-other-keys  [Method]
add-problem   (object object-w-learning) problem &key &allow-other-keys  [Method]
get-problems   (object object-w-learning) &key &allow-other-keys  [Method]