creates a blackboard.
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.
Board variable or atom
| bb_create(blackboard). | Succeeds. |
| bb_create(Blackboard). | Succeeds with substitution
Blackboard <- __java.util.Hashtable_748 |
This predicate is not part of the ISO-Prolog Standard.
| scroll to top |
|