Next: mpg-ref-bb_update, Previous: mpg-ref-bb_get, Up: mpg-bpr [Contents][Index]
bb_put/2bb_put(:Key, +Term)
A copy of Term is stored under Key in the source module blackboard. Any previous term stored under the same Key is simply deleted.
bbkey
term
Any uninstantiated variables in the Term will be replaced by brand new, unattributed variables (see ref-sem-sec).
instantiation_errorKey is not instantiated
type_errorKey is not an atom or a small integer.