API Reference decision_sheet v0.1.0-alpha.0

modules

Modules

Tablex implements Decision Table. It's 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.

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

This module parses quoted strings.