Constant dmntk_examples::EX_0102[][src]

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

General horizontal decision table with annotations.