API Reference tablex v0.1.1-alpha.3

modules

Modules

Tablex implements Decision Table. Its goal is to make domain rules easy to maintain.

This module is responsible for generating Elixir code from a table.

Decision engine module responsible for applying a set of rules to input data and returning the output according to the hit policy.

This module defines hit policies.

Parser is responsible for parsing the table from text to a Tablex.Table struct.

Struct definition for tables.