API Reference tablex v0.3.0

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 is responsible for turning a table into text.

This module defines hit policies.

This module is responsible for optimizing a table.

This module is responsible for optimizing a table by removing dead rules.

This module is responsible for optimizing a table by removing dead rules.

This module is responsible for optimizing a table by removing duplicated rules.

This module is responsible for optimizing a table by removing rules wihtout sense which have all any values in the output.

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

High level rule APIs for Tablex.

Struct definition for tables.