View Source Retex.Node.Test (retex v0.1.10)

Test node.

If we reached that node, means that we are checking that a value is matching a specific condition. If this is the case, we activate this node and pass the token down to the beta network.

Link to this section Summary

Link to this section Types

@type t() :: %Retex.Node.Test{class: term(), id: term()}

Link to this section Functions