Ruler.State.ProductionNode (Ruler v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

ref() :: {:production_node_ref, Rule.id()}

Specs

t() :: %Ruler.State.ProductionNode{
  activation_nodes: [Ruler.State.ActivationNode.ref()],
  rule_id: Rule.id()
}

Link to this section Functions

Link to this function

ref_from_rule_id(rule_id)

View Source

Specs

ref_from_rule_id(Rule.id()) :: ref()

Specs

rule_id_from_ref(ref()) :: Rule.id()