View Source Retex.Node.BetaMemory (retex v0.1.11)

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 Types

@type t() :: %Retex.Node.BetaMemory{id: term()}

Link to this section Functions