Constant dmntk_examples::EX_0101

source ·
pub const EX_0101: &str = r#"
  ┌───────────────────────────────────────────────────────────────────────────────────────┐
  │ information item name                                                                 │
  ├───┬────────────────────┬────────────────────╥─────────────────────────────────────────┤
  │ U │                    │                    ║               output label              │
  │   │ input expression 1 │ input expression 2 ╟────────────────────┬────────────────────┤
  │   │                    │                    ║ output component 1 │ output component 1 │
  │   ├────────────────────┼────────────────────╫────────────────────┼────────────────────┤
  │   │ input value 1a,    │ input value 2a,    ║ output value 1a,   │ output value 2a,   │
  │   │   input value 1b   │   input value 2b   ║   output value 1b  │   output value 2b  │
  ╞═══╪════════════════════╪════════════════════╬════════════════════╪════════════════════╡
  │ 1 │                    │  input entry 2.1   ║  output entry 1.1  │  output entry 2.1  │
  ├───┤  input entry 1.1   ├────────────────────╫────────────────────┼────────────────────┤
  │ 2 │                    │  input entry 2.2   ║  output entry 1.2  │  output entry 2.2  │
  ├───┼────────────────────┼────────────────────╫────────────────────┼────────────────────┤
  │ 3 │                    │  input entry 2.3   ║  output entry 1.3  │  output entry 2.3  │
  ├───┤  input entry 1.2   ├────────────────────╫────────────────────┼────────────────────┤
  │ 4 │                    │  input entry 2.4   ║  output entry 1.4  │  output entry 2.4  │
  ├───┼────────────────────┼────────────────────╫────────────────────┼────────────────────┤
  │ 5 │  input entry 1.4   │  input entry 2.5   ║  output entry 1.5  │  output entry 2.5  │
  └───┴────────────────────┴────────────────────╨────────────────────┴────────────────────┘
"#;
Expand description

General horizontal decision table with multiple outputs.