View Source Wongi.Engine.WME (Wongi.Engine v0.9.6)

A single fact in the form of {subject, predicate, object}.

"Working Memory Element" in classic Rete terminology.

Summary

Types

@type t() :: %Wongi.Engine.WME{object: term(), predicate: term(), subject: term()}

Functions

@spec fetch(t(), :subject | :predicate | :object) :: any()