apple-counting-example

Class summary
apples-set inherits from entity
quantity inherits from entity
Method summary
apples apples-set
equal-entity (q-1 quantity) (q-2 quantity)
equal-entity (set-1 apples-set) (set-2 apples-set)
make-html-for-entity-details (quantity quantity) &key &allow-other-keys
make-html-for-entity-details (set apples-set) &key &allow-other-keys
n quantity
Function summary
add-quantities-to-ontology blackboard
make-apples-set number-of-apples
make-quantity n
quantity   inherits from entity  [Class]
:n    [Initarg]
n   quantity  [Generic function]

Returns and (with setf) changes the n of the specified quantity

apples-set   inherits from entity  [Class]
:apples    [Initarg]
apples   apples-set  [Generic function]

Returns and (with setf) changes the apples of the specified apples-set

*test-ontology*    [Variable]
equal-entity   (q-1 quantity) (q-2 quantity)  [Method]
make-html-for-entity-details   (quantity quantity) &key &allow-other-keys  [Method]
equal-entity   (set-1 apples-set) (set-2 apples-set)  [Method]
make-html-for-entity-details   (set apples-set) &key &allow-other-keys  [Method]
make-quantity   n  [Function]
add-quantities-to-ontology   blackboard  [Function]
make-apples-set   number-of-apples  [Function]