retex v0.1.1 Retex.Node.BetaMemory View Source

A BetaMemory works like a two input node in Rete. It is simply a join node between two tests that have passed successfully. The activation of a BetaMemory happens if the two parents (left and right) have been activated and the bindings are matching for both of them.

Link to this section Summary

Link to this section Functions

Link to this function

new(left, right, labels \\ [])

View Source