View Source Retex.Wme (retex v0.1.12)

A working memory element, it represent the world in the form of identifier, attribute and values timestamp is set at time of insertion into retex

Link to this section Summary

Link to this section Types

@type attribute() :: String.t() | atom()
@type id() :: String.t() | number()
@type t() :: %Retex.Wme{
  attribute: attribute(),
  id: id(),
  identifier: wme_identifier(),
  timestamp: number(),
  value: value()
}
@type value() :: any()
@type wme_identifier() :: String.t() | atom()

Link to this section Functions