retex v0.1.6 Retex.Fact.HasAttribute View Source

Attribute values that a Wme should have in order for this condition to be true

Link to this section Summary

Link to this section Types

Link to this type

attribute()

View Source
attribute() :: String.t() | atom()
Link to this type

fields()

View Source
fields() :: [
  owner: owner(),
  attribute: attribute(),
  predicate: predicate(),
  value: value()
]
Link to this type

predicate()

View Source
predicate() :: :== | :=== | :!== | :!= | :> | :< | :<= | :>=
Link to this type

t()

View Source
t() :: %Retex.Fact.HasAttribute{
  attribute: attribute(),
  owner: owner(),
  predicate: predicate(),
  value: value()
}

Link to this section Functions