Rete.Network.Node.Negation (Rete v0.1.0)

Copy Markdown View Source

Propagates a token only while no element matches it on :join_bind.

Summary

Types

t()

@type t() :: %Rete.Network.Node.Negation{
  alpha_code: atom(),
  id: non_neg_integer() | nil,
  join_bind: [atom()],
  type: atom()
}