Skip to main content

make_blackboard_proxy

Functions

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

get(target, p, receiver)*

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

ParamType
blackboardAbstractBlackboard

get(target, p, receiver) ⇒ *

Kind: global function

ParamType
target
pstring
receiver