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§
- C_
000000 - H_
000010 - HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation(s)
- H_
000011 - HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 1 annotation(s)
- H_
000020 - HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 2 output(s) | 0 annotation(s)
- H_
000021 - HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 0 input(s) | 2 output(s) | 1 annotation(s)
- H_
000210 - HORIZONTAL | ➖ information item | ➖ output label | ➖ allowed values | 2 input(s) | 1 output(s) | 0 annotation(s)
- H_
001010 - HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 0 input(s) | 1 output(s) | 0 annotation(s)
- H_
001020 - HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 0 input(s) | 2 output(s) | 0 annotation(s)
- H_
001210 - HORIZONTAL | ➖ information item | ➖ output label | ➕ allowed values | 2 input(s) | 1 output(s) | 0 annotation(s)
- H_
010010 - HORIZONTAL | ➖ information item | ➕ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation(s)
- H_
010210 - HORIZONTAL | ➖ information item | ➕ output label | ➖ allowed values | 2 input(s) | 1 output(s) | 0 annotation(s)
- H_
011221 - HORIZONTAL | ➖ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 1 annotation(s)
- H_
011222 - HORIZONTAL | ➖ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation(s)
- H_
101222 - HORIZONTAL | ➕ information item | ➖ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation(s)
- H_
110010 - HORIZONTAL | ➕ information item | ➕ output label | ➖ allowed values | 0 input(s) | 1 output(s) | 0 annotation(s)
- H_
110222 - HORIZONTAL | ➕ information item | ➕ output label | ➖ allowed values | 2 input(s) | 2 output(s) | 2 annotation(s)
- H_
111222 - HORIZONTAL | ➕ information item | ➕ output label | ➕ allowed values | 2 input(s) | 2 output(s) | 2 annotation(s)
- V_
000000