retex v0.1.6 Retex.Node.PNode View Source

Production node. This is like a production node in Rete algorithm. It is activated if all the conditions in a rule are matching and contains the action that can be executed as consequence.

Link to this section Summary

Link to this section Functions

Link to this function

new(action, labels \\ [])

View Source