| creates a blackboard.
bb_create(+Board)
bb_create(-Board)
bb_create/1 creates a blackboard. If Board is a Variable,
then it will be unified with the new blackboard. If Board is
an atom, then the atom will be associated with the new blackboard.
Arguments
Board variable or atom
Examples
| bb_create(blackboard).
| Succeeds.
| | bb_create(Blackboard).
| Succeeds with substitution
Blackboard <- __java.util.Hashtable_748
|
Standard
This predicate is not part of the ISO-Prolog Standard.
See also
bb_clear/1,
bb_clear_2/2,
bb_create/1,
bb_contains/2,
bb_contains_key/2,
bb_get/3,
bb_get_4/4,
bb_put/3,
bb_put_4/4,
bb_remove/2.
bb_keys/2.
bb_elements/2.
|