Module dmntk_examples::decision_tables

source ·
Expand description

§Examples of decision tables defined as Unicode text

File naming convention for horizontal decision tables (rules as rows):

┌────────────── table orientation: h - horizontal (rules as rows)
│ ┌──────────── information item name: 0 - absent, 1 - present
│ │┌─────────── output label: 0 - absent, 1 - present
│ ││┌────────── allowed values: 0 - absent, 1 - present
│ │││┌───────── number of input clauses: 0, 1, 2...
│ ││││┌──────── number of output clauses: 1, 2, 3...
│ │││││┌─────── number of annotation clauses: 0, 1, 2...  
H_000010

Constants§

  • HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation(s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 1 annotation(s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 2 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 2 output(s) | 1 annotation (s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 2 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 0 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 0 input(s) | 2 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 2 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➕ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➕ output label | ➖ allowed values | 2 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➖ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 1 annotation (s)
  • HORIZONTAL | ➖ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation (s)
  • HORIZONTAL | ➕ information item | ➖ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation (s)
  • HORIZONTAL | ➕ information item | ➕ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation (s)
  • HORIZONTAL | ➕ information item | ➕ output label | ➖ allowed values | 2 input(s) | 2 output(s) | 2 annotation (s)
  • HORIZONTAL | ➕ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation (s)