retex v0.1.8 Retex.Fact.Filter View Source

Apply a filter to a variable on the PNode, so that the activation of a PNode happens when this condition is also satisfied

Link to this section Summary

Link to this section Types

Link to this type

fields()

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

predicate()

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

t()

View Source
t() :: %Retex.Fact.Filter{
  predicate: predicate(),
  value: value(),
  variable: variable()
}
Link to this type

variable()

View Source
variable() :: String.t()

Link to this section Functions