Rete.Network.Node.RootJoin (Rete v0.2.0)

Copy Markdown View Source

The first condition of a rule. Has no token to join against, so it turns each matching element straight into a token.

Summary

Types

t()

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