View Source Retex.Fact.NotExistingAttribute (retex v0.1.9)

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

Link to this section Summary

Link to this section Types

@type attribute() :: String.t() | atom()
@type fields() :: [owner: owner(), attribute: attribute()]
@type owner() :: String.t() | atom()
@type t() :: %Retex.Fact.NotExistingAttribute{attribute: attribute(), owner: owner()}

Link to this section Functions

@spec new(fields()) :: t()