make_blackboard_proxy
Functions
Given a blackboard, returns a Proxy instance, exposing blackboard attributes as plain JSON Useful for connecting blackboard to systems that are not explicitly designed to work with a blackboard
make_blackboard_proxy(blackboard) ⇒ Proxy
Given a blackboard, returns a Proxy instance, exposing blackboard attributes as plain JSON Useful for connecting blackboard to systems that are not explicitly designed to work with a blackboard
Kind: global function
| Param | Type |
|---|---|
| blackboard | AbstractBlackboard |
get(target, p, receiver) ⇒ *
Kind: global function
| Param | Type |
|---|---|
| target | |
| p | string |
| receiver |