View Source Retex.Node.Type (retex v0.1.12)

The NodeType if part of the alpha network, the discrimination part of the network that check if a specific class exists. If this is the case, it propagates the activations down to the select node types. They will select an attribute and check for its existance.

Link to this section Summary

Link to this section Types

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

Link to this section Functions